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 );
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.
srv_impersonate_client |