Microsoft DirectX 9.0

IFullScreenVideoEx::GetAcceleratorTable

The GetAcceleratorTable method retrieves the accelerator table currently being used to translate keyboard messages. The Full Screen Renderer filter does not support this method.

Syntax

HRESULT GetAcceleratorTable(
    HWND *phwnd,
    HACCEL *phAccel
);

Parameters

phwnd

[out] Pointer to a variable that receives a window handle. The window receives translated messages.

phAccelr

[out] Pointer to a variable that receives a handle to the accelerator table.

Return Values

Returns an HRESULT value.

See Also