Instructs the property page to process the keystroke described in pMsg.
HRESULT TranslateAccelerator(
  LPMSG pMsg  //Pointer to MSG structure
);
 This method supports the standard return value E_UNEXPECTED, as well as the following:
Calls to this method must occur after a call to IPropertyPage::Activate and before the corresponding call to IPropertyPage::Deactivate.
  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.
IPropertyPage::Activate, IPropertyPage::Deactivate