Stops impersonation of the security context of a client connection, reverting to the original security context of the Open Data Services application.
int srv_revert_to_self ( SRV_PROC * srvproc );
where
SUCCEED if the original security context of the Open Data Services application was restored; otherwise, FAIL.
Call this function to stop the impersonation started by srv_impersonate_client.
This entry | For information about |
---|---|
srv_impersonate_client | Impersonating the security context of a client connection |