Instructs the property page to process the keystroke described in pMsg.
HRESULT TranslateAccelerator(
LPMSG pMsg |
//Pointer to MSG structure |
); |
Parameters
Return Values
This method supports the standard return value E_UNEXPECTED, as well as the following:
Remarks
Calls to this method must occur after a call to IPropertyPage::Activate and before the corresponding call to IPropertyPage::Deactivate.
See Also
IPropertyPage::Activate, IPropertyPage::Deactivate