Share via


CBasePropertyPage::TranslateAccelerator

 
Microsoft DirectShow 9.0

CBasePropertyPage::TranslateAccelerator

The TranslateAccelerator 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:** Declared in Cprop.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also