CBasePropertyPage::Help
A version of this page is also available for
4/8/2010
The Help method invokes the property page help. This method implements the IPropertyPage::Help method.
Syntax
HRESULT Help(
LPCWSTR lpszHelpDir
);
Parameters
- lpszHelpDir
Pointer to the string under the HelpDir key in the property page's CLSID information in the registry.
Return Value
Returns E_NOTIMPL.
Remarks
In the base class, the method always returns E_NOTIMPL. When the method fails, the frame calls IPropertyPage::GetPageInfo to get the name of the help file and context identifier. By default, these are NULL. To provide help, therefore, the derived class can override either the Help method or the CBasePropertyPage::GetPageInfo method.
Requirements
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later |