SetupTerminateFileLog  NXFWAK 

[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 SetupInitializeFileLogC_BEC.

 

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 GetLastError11C2VS7.

See Also

SetupLogFile, SetupInitializeFileLog