IMAdapter::GetAllPropertiesXML
The IMAdapter::GetAllPropertiesXML method is used with the IMAdapter interface.
Quick info
HRESULT GetAllPropertiesXML(BOOL bRecurse, BSTR* xmlProperties)
Parameters
- bRecurse
- [in] - If false then only the properties of the object will be returned. If true then properties of related objects will also be returned.
- xmlProperties
- [out, retval] - properties are specified in the form of an XML document. The XML Schema for this is mercpi_properties.xsd. Both the request document, which specifies which properties to return, and the returned document comply to this XML Schema.
Return values
The
following value is returned when this method is called:
- S_OK
- Success status