ISerializerFactoryEx::FindComType Method

HRESULT FindComType([in] BSTR XmlType, [in] BSTR XmlTypeNamespace, [out, retval] VARIANT * comType);

Given a particular Xml Type, this returns the resulting COM if an instance of that type was deserialized

 

Parameters

XmlType
BSTR, [in]: The Xml Type name
XmlTypeNamespace
BSTR, [in]: The Xml Type namespace
comType
VARIANT *, [out, retval]: The resulting COM Type

 

Return Values

 

Sample Code



  

 

See Also

The ISerializerFactoryEx Interface | 

 

 

Copyright

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