Windows Media Services SDK banner art
PreviousNext

INSSUserAuthentication::Revert

Used to terminate impersonation.

Syntax

HRESULT Revert( );

Parameters

This method has no parameters.

Return Values

This method returns S_OK upon successful completion, or an HRESULT error code.

Remarks

This method must only be called after authentication is complete, and only if the result is NS_AUTH_SUCCESS. The results of authentication can be determined by calling the INSSAuthenticationContext::GetAuthenticationResult method.

Authenticators typically implement this method by calling the following functions:

See Also

INSSUserAuthentication::Impersonate, INSSUserAuthentication::GetAuthenticationResult

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.