CopyAcceleratorTableW method
Implementation
int CopyAcceleratorTableW(
ffi.Pointer<HACCEL__> hAccelSrc,
ffi.Pointer<LPACCEL> lpAccelDst,
int cAccelEntries,
) {
return (_CopyAcceleratorTableW ??= _dylib.lookupFunction<
_c_CopyAcceleratorTableW,
_dart_CopyAcceleratorTableW>('CopyAcceleratorTableW'))(
hAccelSrc,
lpAccelDst,
cAccelEntries,
);
}