Microsoft DirectX 9.0 |
The TranslateAccelerator 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.
See Also