LlmDisableTrace Function  
 
BOOL WINAPI LlmDisableTrace();

The LlmDisableTrace function disables the logging of network function calls.

Parameters

None.

Return Value

If the function succeeds, the return value is non-zero. If the function fails, a value of zero is returned.

Remarks

This function will disable output to the log file for the current thread or process, depending on the flags used when logging was enabled. If this function is not called, the resources that were allocated for the logging session will be released when the process ends.

Requirements

Minimum Desktop Platform: Windows 7 Service Pack 1
Minimum Server Platform: Windows Server 2008 R2 Service Pack 1
Header File: cstools12.h
Import Library: csllmv12.lib

See Also

LlmEnableTrace