DestroyAcceleratorTable function user32

bool DestroyAcceleratorTable(
  1. HACCEL hAccel
)

Implementation

@pragma('vm:prefer-inline')
bool DestroyAcceleratorTable(HACCEL hAccel) =>
    _DestroyAcceleratorTable(hAccel) != FALSE;