LogClose is a 32-bit system Error Logging facility high level API. It is used to close a connection to the facility.
The description of the LogClose API call follows:
Syntax
APIRET APIENTRY LogClose(HFILE hf);
Parameters
hf
Returns
Return code.
LogClose returns the following values:
non-zero
Remarks
In order to resolve successfully LogClose function calls in your program, the following lines must be added to the Linker Definition (DEF) file:
IMPORTS LogClose=DOSCALL1.431