The auth_destroy() call destroys authentication information.
Syntax
#include <rpc\rpc.h> void auth_destroy(auth) AUTH *auth;
Parameters
auth
Description
The auth_destroy() call deletes the authentication information for auth. After you call this procedure, auth is undefined.
Related Calls