Scroll to navigation

DestroyAcceleratorTable(3w) Wine API DestroyAcceleratorTable(3w)

NAME

DestroyAcceleratorTable (USER32.@)

SYNOPSIS

BOOL DestroyAcceleratorTable
(
HACCEL handle
)
 

DESCRIPTION

Destroys an accelerator table.
 

PARAMS

handle [In] Handle to accelerator table.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Declared in "winuser.h".
Implemented in "dlls/user32/resource.c".
Debug channel "resource".
Oct 2012 Wine API