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.