CoImpersonateClient.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

CoImpersonateClient (OLE32.@)

SYNOPSIS

HRESULT CoImpersonateClient
 (
 )

DESCRIPTION

Impersonates the client of the currently executing server call in the current thread.

PARAMS

None.

RETURNS

Success: S_OK.

Failure: HRESULT code.

NOTES

If this function fails then the current thread will not be impersonating the client and all actions will take place on behalf of the server. Therefore, it is important to check the return value from this function.

SEE ALSO

CoRevertToSelf, CoQueryClientBlanket, CoGetCallContext.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c".

Debug channel "ole".