Skip to content

Close_Instance

Close_Instance advises the Document Filters engine that the program is finished.

Prototype

void Close_Instance(
    Error_Control_Block* ISYSError)

Parameters

ISYSError: Pointer to Error_Control_Block

ISYSError

Return value

None

Sample code

Error_Control_Block ISYSError;

Close_Instance(&ISYSError);