ISerializerFactory::AreEqualComTypes Method

HRESULT AreEqualComTypes([in] BSTR XmlTypeA, [in] BSTR XmlTypeNSA, [in] BSTR XmlTypeB, [in] BSTR XmlTypeNSB, [out, retval] VARIANT_BOOL * Match);

Given a pair of Xml Types, this method calculates if a de-serialized instance of both types would result in the same COM type

 

Parameters

XmlTypeA
BSTR, [in]: Xml Type Name A
XmlTypeNSA
BSTR, [in]: Xml Type namespace A
XmlTypeB
BSTR, [in]: Xml Type Name B
XmlTypeNSB
BSTR, [in]: Xml Type namespace B
Match
VARIANT_BOOL *, [out, retval]: the result

 

Return Values

VARIANT_TRUE or VARIANT_FALSE

 

Sample Code



  

 

See Also

The ISerializerFactory Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.