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