NAME

DestroyAcceleratorTable  (USER32.@)

SYNOPSIS

 BOOL DestroyAcceleratorTable
 (
  HACCEL handle
 )

DESCRIPTION

Destroys an accelerator table.

NOTES

By mortene@pvv.org 980321.

PARAMS

handle [In] Handle to accelerator table.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user32/resource.c". source.winehq.org/source/dlls/user32/resource.c

Debug channel "resource".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.