ISoapDeSerializer::Characters Method

HRESULT Characters([in] BSTR charData);

If there is text data within an element, the de-serializer engine will accumulate the total text, and then call Characters. Typically this is the string value of simple types.

 

Parameters

charData
BSTR, [in]: The accumulated character data.

 

Return Values

Throw an error to stop the de-serialization process, the error will be returned to the client.

 

Sample Code



  

 

See Also

The ISoapDeSerializer Interface | 

 

 

Copyright

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