Microsoft DirectX 9.0 |
The SetAcceleratorTable method specifies an accelerator table that will be used to translate keyboard messages. The Full Screen Renderer filter does not support this method.
Syntax
HRESULT SetAcceleratorTable(
HWND hwnd,
HACCEL hAccel
);
Parameters
hwnd
[in] Handle of the window that will receive the translated messages.
hAccel
[in] Handle to the accelerator table.
Return Values
Returns an HRESULT value.
See Also