ok(ret,"GetTokenInformation(TokenImpersonationLevel) failed with error %d\n",GetLastError());
ok(ImpersonationLevel==SecurityImpersonation,"ImpersonationLevel should have been SecurityImpersonation instead of %d\n",ImpersonationLevel);
ok(ImpersonationLevel==SecurityImpersonation,"ImpersonationLevel should have been SecurityImpersonation(%d) instead of %d\n",SecurityImpersonation,ImpersonationLevel);