Searched refs:ImpersonationCount (Results 1 – 2 of 2) sorted by relevance
963 if (CurrentThread) ++CurrentThread->ImpersonationCount; in CsrImpersonateClient()1067 if (!CurrentThread->ImpersonationCount) in CsrRevertToSelf()1073 else if ((--CurrentThread->ImpersonationCount) > 0) in CsrRevertToSelf()
74 ULONG ImpersonationCount; member