WebSphere Message Brokers
File: as08100_
Writer: Lorraine Waitt

Reference topic

This build: July 31, 2007 21:37:52

cpiDeleteContext

Purpose

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 any parser instance specific data areas (such as context) that were acquired at construction or during parser processing.
  2. Release any 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.

Related concepts
User-defined parsers
User-defined extensions overview
Related tasks
Creating a parser in C
Related reference
C parser implementation functions
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:37:52

as08100_ This topic's URL is: