Share via


IPersistXML::LoadXML

This method should load XML-formatted data from a BSTR.

Definition

HRESULT LoadXML(longReserved,BSTRbstrXML);

Parameters

Reserved

[in] Reserved for future use.

bstrXML

[in] A BSTR that contains object data in the XML representation expected by the object.

Return Values

This method must return the HRESULT value S_OK to indicate success, and should generally return one of the standard COM error values to indicate failure.

See Also

IPersistXML Interface

IPersistXML::SaveXML


All rights reserved.