ISoapDeSerializer::ChildReady Method

HRESULT ChildReady([in] long id, [in] ISOAPNode * childNode);

The deserializer engine will call this to inform you that a child node has finished de-serialization, and you can complete any actions you need to take with that node. This will only be called for child nodes that you were initially notified as not being ready [i.e. ready was VARIANT_FALSE in the call to Child]

 

Parameters

id
long, [in]: an integer that represent the internal id of this node
childNode
ISOAPNode *, [in]: the child node object

 

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.