SetupTerminateFileLog
[New
- Windows NT]
The SetupTerminateFileLog
function releases resources associated with a file log.
BOOL SetupTerminateFileLog(
HSPFILELOG FileLogHandle |
// handle of the
log file to close |
); |
|
Parameter
FileLogHandle
Supplies the
handle to the log file as returned by a call to SetupInitializeFileLog
Return Values
If the
function succeeds, the return value is TRUE.
If the
function fails, the return value is FALSE. To get extended error information,
call GetLastError
See Also