Searched refs:pSid (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp320 * Get the process token of the process indicated by @a dwPID if the @a pSid
326 * @param pSid The secure identifier of the user.
330 static int rtProcWinGetProcessTokenHandle(DWORD dwPid, PSID pSid, PHANDLE phToken) argument
332 AssertPtr(pSid);
363 && EqualSid(pTokenUser->User.Sid, pSid))
410 * @param pSid The secure identifier of the user.
418 static bool rtProcWinFindTokenByProcessAndPsApi(const char * const *papszNames, PSID pSid, PHANDLE phToken) argument
479 && RT_SUCCESS(rtProcWinGetProcessTokenHandle(paPids[iPid], pSid, phToken)))
497 * Finds a one of the processes in @a papszNames running with user @a pSid and
502 * @param pSid Th
506 rtProcWinFindTokenByProcess(const char * const *papszNames, PSID pSid, PHANDLE phToken) argument
847 PSID pSid = (PSID)RTMemAlloc(cbSid * sizeof(wchar_t)); /** @todo r=bird: What's the relationship between wchar_t and PSID? */ local
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp83 PSID pSid; member in struct:VBOXSERVICEVMINFOPROC
373 pProc->pSid = (PSID)HeapAlloc(GetProcessHeap(),
375 AssertPtr(pProc->pSid);
376 if (CopySid(dwLength, pProc->pSid, pUser->User.Sid))
378 if (!IsValidSid(pProc->pSid))
391 if (pProc->pSid)
393 HeapFree(GetProcessHeap(), 0 /* Flags */, pProc->pSid);
394 pProc->pSid = NULL;
488 paProcs[i].pSid = NULL;
533 if (paProcs[i].pSid)
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTProcCreateEx.cpp121 SID *pSid = (SID *)RTMemAlloc(cbSid);
122 AssertPtr(pSid);
128 pSid,
137 RTMemFree(pSid);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daclapi.h81 WINADVAPI void WINAPI BuildTrusteeWithSidA(PTRUSTEEA pTrustee, PSID pSid);
82 WINADVAPI void WINAPI BuildTrusteeWithSidW(PTRUSTEEW pTrustee, PSID pSid);
H A Daclui.h161 PSID pSid; member in struct:_SID_INFO
H A Daccctrl.h87 SID *pSid; member in struct:_OBJECTS_AND_SID
H A Dntsecpkg.h125 PSID pSid; member in struct:_SECURITY_USER_DATA
H A Dmlang.idl228 [out] SCRIPT_ID *pSid);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Daclapi.h83 WINADVAPI void WINAPI BuildTrusteeWithSidA(PTRUSTEEA pTrustee, PSID pSid);
84 WINADVAPI void WINAPI BuildTrusteeWithSidW(PTRUSTEEW pTrustee, PSID pSid);
H A Daclui.h160 PSID pSid; member in struct:_SID_INFO
H A Daccctrl.h87 SID *pSid; member in struct:_OBJECTS_AND_SID
H A Dntsecpkg.h125 PSID pSid; member in struct:_SECURITY_USER_DATA
H A Dmlang.idl228 [out] SCRIPT_ID *pSid);

Completed in 84 milliseconds