Searched defs:pSidInteractive (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp329 PSID pSidInteractive = NULL; /* S-1-5-4 */ local
330 if (!AllocateAndInitializeSid(&sidAuthNT, 1, 4, 0, 0, 0, 0, 0, 0, 0, &pSidInteractive))
347 if ( EqualSid(pGroups->Groups[i].Sid, pSidInteractive)
357 if (pSidInteractive)
358 FreeSid(pSidInteractive);

Completed in 57 milliseconds