LBR$Close_Control

LBR ››
Parent Previous Next

LBR$Close_Control

Close a library context


LBR$Close_Control closes a context.


Format:

LBR$Close_Control context


Returns:

Returns a condition code.


Arguments:

context

The address of a 64-bit context value returned by LBR_INI_CONTROL that indicates the library to access.


Description

The specified context is closed and any allocated memory is released.


Condition Codes Returned:

Code

Meaning

LBR_ILLCTL

Specified context is not valid.

SS_NORMAL

Successful completion.