Skip to content

Latest commit

 

History

History
115 lines (96 loc) · 3.37 KB

nf-ocidl-iperpropertybrowsing-mappropertytopage.md

File metadata and controls

115 lines (96 loc) · 3.37 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ocidl.IPerPropertyBrowsing.MapPropertyToPage
IPerPropertyBrowsing::MapPropertyToPage (ocidl.h)
Retrieves the CLSID of the property page associated with the specified property.
IPerPropertyBrowsing interface [COM]
MapPropertyToPage method
IPerPropertyBrowsing.MapPropertyToPage
IPerPropertyBrowsing::MapPropertyToPage
MapPropertyToPage
MapPropertyToPage method [COM]
MapPropertyToPage method [COM]
IPerPropertyBrowsing interface
_ctrl_iperpropertybrowsing_mappropertytopage
com.iperpropertybrowsing_mappropertytopage
ocidl/IPerPropertyBrowsing::MapPropertyToPage
com\iperpropertybrowsing_mappropertytopage.htm
com
f8cf86eb-23d1-4aa6-859a-055df99b064c
12/05/2018
IPerPropertyBrowsing interface [COM],MapPropertyToPage method, IPerPropertyBrowsing.MapPropertyToPage, IPerPropertyBrowsing::MapPropertyToPage, MapPropertyToPage, MapPropertyToPage method [COM], MapPropertyToPage method [COM],IPerPropertyBrowsing interface, _ctrl_iperpropertybrowsing_mappropertytopage, com.iperpropertybrowsing_mappropertytopage, ocidl/IPerPropertyBrowsing::MapPropertyToPage
ocidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OCIdl.idl
Windows
19H1
IPerPropertyBrowsing::MapPropertyToPage
ocidl/IPerPropertyBrowsing::MapPropertyToPage
c++
APIRef
kbSyntax
COM
OCIdl.h
IPerPropertyBrowsing.MapPropertyToPage

IPerPropertyBrowsing::MapPropertyToPage

-description

Retrieves the CLSID of the property page associated with the specified property.

-parameters

-param dispID [in]

The dispatch identifier of the property.

-param pClsid [out]

A pointer to the CLSID identifying the property page associated with the property specified by dispID. If this method fails, *pClsid is set to CLSID_NULL.

-returns

This method can return the standard return values E_INVALIDARG and E_UNEXPECTED, as well as the following values.

Return code Description
S_OK
The method completed successfully.
E_NOTIMPL
The object does not support property pages at all or does not support mapping properties to the page CLSID. In other words, this feature of specific property browsing is not supported.
E_POINTER
The address in pClsid is not valid. For example, it may be NULL.

-remarks

The CLSID returned from this method can be passed to OleCreatePropertyFrameIndirect to specify the initial page to display in the property sheet.

-see-also

IPerPropertyBrowsing