CopyAcceleratorTableA method
Implementation
int CopyAcceleratorTableA(
ffi.Pointer<HACCEL__> hAccelSrc,
ffi.Pointer<LPACCEL> lpAccelDst,
int cAccelEntries,
) {
return (_CopyAcceleratorTableA ??= _dylib.lookupFunction<
_c_CopyAcceleratorTableA,
_dart_CopyAcceleratorTableA>('CopyAcceleratorTableA'))(
hAccelSrc,
lpAccelDst,
cAccelEntries,
);
}