IExpDispSupportXP::OnTranslateAccelerator method (shdeprecated.h)

Not implemented.

Syntax

HRESULT OnTranslateAccelerator(
  [in] MSG   *pMsg,
       DWORD grfModifiers
);

Parameters

[in] pMsg

Type: MSG*

Specifies a pointer to the MSG structure describing the keystroke to be processed.

grfModifiers

Type: DWORD

Specifies the flags describing the state of the Control, Alt, and Shift keys. The value of the flag can be any valid KEYMODIFIERS enumeration values.

Return value

Type: HRESULT

Returns E_NOTIMPL.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shdeprecated.h (include Shdeprecated.h)