IFullScreenVideoEx::GetAcceleratorTable
Microsoft DirectShow 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.
Requirements
Header: Declared in Amvideo.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also