Function CSPImpersonation::Client()
Description:
Makes the current thread to run in the client's security context.
 |
Prototype:
bool Client();
Arguments:
No arguments (void).
Return value:
If successful, it returs true. Otherwise, it returns false.
See also:
member functionSystem()
|
|