CDnsClient::DisableTrace Method  
 
BOOL DisableTrace();

The DisableTrace method disables the logging of socket function calls to the trace log.

Parameters

None.

Return Value

If the method succeeds, the return value is non-zero. A return value of zero indicates an error. Failure typically indicates that the tracing library cstrace7.dll cannot be loaded on the local system.

Requirements

Client: Requires Windows 7, Windows Vista or Windows XP.
Server: Requires Windows Server 2008 or Windows Server 2003.
Header: Include cstools7.h.
Library: Use csdnsav7.lib.
Unicode: Implemented as Unicode and ANSI versions.

See Also

EnableTrace