DestroyAcceleratorTable method
Implementation
int DestroyAcceleratorTable(
ffi.Pointer<HACCEL__> hAccel,
) {
return (_DestroyAcceleratorTable ??= _dylib.lookupFunction<
_c_DestroyAcceleratorTable,
_dart_DestroyAcceleratorTable>('DestroyAcceleratorTable'))(
hAccel,
);
}