Searched refs:szInfoBuffer (Results 1 – 1 of 1) sorted by relevance
1684 UCHAR *szInfoBuffer = new UCHAR[ 1024 ]; // may need to resize if TokenInfo too big in IsAdmin() local1693 szInfoBuffer, dwInfoBufferSize, in IsAdmin()1698 delete [] szInfoBuffer; in IsAdmin()1699 szInfoBuffer = new UCHAR[ dwRetInfoBufferSize ]; in IsAdmin()1702 szInfoBuffer, dwInfoBufferSize, in IsAdmin()1710 PTOKEN_GROUPS pGroups = (PTOKEN_GROUPS)(UCHAR*) szInfoBuffer; in IsAdmin()1721 delete [] szInfoBuffer; in IsAdmin()
Completed in 24 milliseconds