CopyAcceleratorTableW method

int CopyAcceleratorTableW(
  1. Pointer<HACCEL__> hAccelSrc,
  2. Pointer<ACCEL> lpAccelDst,
  3. int cAccelEntries
)

Implementation

int CopyAcceleratorTableW(
  ffi.Pointer<HACCEL__> hAccelSrc,
  ffi.Pointer<ACCEL> lpAccelDst,
  int cAccelEntries,
) {
  return _CopyAcceleratorTableW(
    hAccelSrc,
    lpAccelDst,
    cAccelEntries,
  );
}