Release

PowerBuilder Native Interface

IPB_Session interface:

Release method

Description

Syntax

Release()

Return Values

Examples

if (pIPB_ObjectFactory)
{
   pIPB_ObjectFactory->Release();
   pIPB_ObjectFactory = NULL;
}