ISerializerFactoryHeaders::isUnderstood Method
HRESULT isUnderstood([in] BSTR NamespaceURI, [in] BSTR localName, [out, retval] VARIANT_BOOL * understood);
checks the serializer factory to see if we understand this soap header
Parameters
- NamespaceURI
- BSTR, [in]: The NamespaceURI of the SOAP header element to check
- localName
- BSTR, [in]: The localname of the SOAP header element to check
- understood
- VARIANT_BOOL *, [out, retval]: set to VARIANT_TRUE if the serializer factory understand the header
Return Values
S_OK
Sample Code
See Also
The ISerializerFactoryHeaders Interface |
Copyright
Copyright © Simon Fell, 2000-2004. All rights reserved.