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 |
); |
Parameters
Return Values
This method supports the standard return values E_INVALIDARG and E_UNEXPECTED, as well as the following: