CBasePropertyPage::TranslateAccelerator (Compact 2013)

3/26/2014

This method instructs the property page to process a keystroke. This method implements the IPropertyPage::TranslateAccelerator method.

Syntax

HRESULT TranslateAccelerator(
  LPMSG lpMsg
);

Parameters

  • lpMsg
    Pointer to a MSG structure describing the keystroke to process.

Return Value

Returns E_NOTIMPL.

Remarks

Override this method if you want to provide keyboard accelerators for the property page.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePropertyPage Class