Returns the CLSID of the property page that can be used to edit this property.

HRESULT MapPropertyToPage(
   DISPID  dispid,
   CLSID*  pClsidPropPage
);

Parameters

dispid

[in] Dispatch identifier of the property of interest.

pClsidPropPage

[out] Pointer to the CLSID identifying the property page associated with the property. If this method fails, *pClsidPropPage is set to CLSID_NULL.

Expand imageReturn Value

Expand imageSee Also