IPropertyPageSite::TranslateAccelerator

Instructs the page site to process a keystroke if it desires.

HRESULT TranslateAccelerator(
  LPMSG pMsg  //Pointer to MSG structure
);
 

Parameters

pMsg
[in] Pointer to the MSG structure to be processed.

Return Values

S_OK
The page site processed the message.
S_FALSE
The page site did not process the message.
E_NOTIMPL
The page site does not support keyboard processing.

QuickInfo

  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.