Share via


LoadIntoXML

Applies To: Windows 8, Windows 8.1

Obtains the XML format of all profiles in the IProfileCollection object.

[id(5), helpstring("LoadIntoXML")] HRESULT LoadIntoXML([out] BSTR* pbstrResults);

Parameters

  • pbstrResults [out]
    Pointer to a result string.

Return Value

Remarks

This function outputs one combined profile for all the profiles that have been added to the profile collection.

See Also

Reference

IProfileCollection