Returns the CLSID of the property page associated with the specified property. In other words, this method maps a specified property to the property page that allows a user to manipulate that property. The CLSID returned from this method can be passed to OleCreatePropertyFrameIndirect to specify the initial page to display in the property sheet.
HRESULT MapPropertyToPage(
DISPID dispID , //Dispatch identifier for the property
CLSID *pclsid //Receives a pointer to CLSID for property
);
This method supports the standard return values E_INVALIDARG and E_UNEXPECTED, as well as the following:
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.