IMCard::GetPropertiesXML
The IMCard::GetPropertiesXML method is used with the IMCard interface.
Quick info
HRESULT GetPropertiesXML(long* idArray, long cmax, BSTR* xmlProperties)
Parameters
- idArray
- [in] - an integer array which lists the property IDs that are to be returned. For indexed type properties all index values are returned
- cmax
- [in] - array length
- 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