CBasePropertyPage::TranslateAccelerator (Compact 2013)
3/26/2014
This method instructs the property page to process a keystroke. This method implements the IPropertyPage::TranslateAccelerator method.
Syntax
HRESULT TranslateAccelerator(
LPMSG lpMsg
);
Parameters
- lpMsg
Pointer to a MSG structure describing the keystroke to process.
Return Value
Returns E_NOTIMPL.
Remarks
Override this method if you want to provide keyboard accelerators for the property page.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |