IMCard::GetAllPropertiesXML
The IMCard::GetAllPropertiesXML method is used with the IMCard 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. Specifically:
- If the object is an IMCard, then the properties of the IMCard and the related IMAdapter object will be returned.
- If the object is an IMMap, then the properties of the IMMap, all of its associated IMCard objects and the related IMAdapter objects will be returned.
- xmlProperties
- [out, retval] - populated XML property document. Each property that was requested is returned in the XML document.
Return values
The
following value is returned when this method is called:
- S_OK
- Success status