The CDnsClient destructor releases resources allocated by
the current instance of the CDnsClient object. It also
uninitializes the library if there are no other concurrent uses of
the class.
Remarks
When a CDnsClient object goes out of scope, the
destructor is automatically called to allow the library to free any
resources allocated on behalf of the process. Any pending blocking
or asynchronous calls in this process are canceled without posting
any notification messages, and all handles that were created for
the client session are destroyed.
The destructor is not called explicitly by the application.
Requirements
Client: Requires Windows Vista, Windows XP or Windows
2000 Professional.
Server: Requires Windows Server 2008, Windows Server 2003 or
Windows 2000 Server.
Header: Include cstools6.h.
Library: Use csdnsav6.lib.
Unicode: Implemented as Unicode and ANSI versions.
See Also
CDnsClient
|