WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

cpiDeleteContext

This function deletes the context owned by the parser object. It is invoked by the message broker when an instance of a parser object is destroyed.

The responsibilities of the parser are to:
  1. Release all parser-instance specific data areas (such as context) that were acquired at construction or during parser processing.
  2. Release all additional resources that might have been acquired for the processing of the parser.
Defined In Type Member
CPI_VFT Optional iFpDeleteContext

Syntax

void cpiDeleteContext(
  CciParser*   parser,
  CciContext*  context);

Parameters

parser
The address of the parser object (input).
context
The address of the context owned by the parser object (input).

Return values

None.

Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:47:30


Reference topicReference topic | Version 8.0.0.7 | as08100_