Searched refs:SID (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTProcCreateEx.cpp102 /* First try to figure out how much space for SID + domain name we need. */
120 /* Now try getting the real SID + domain name. */
121 SID *pSid = (SID *)RTMemAlloc(cbSid);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daccctrl.h87 SID *pSid;
H A Dwtypes.h94 } SID;
H A Dwtypes.idl122 } SID, *PSID;
H A Dwinnt.h3744 } SID,*PISID; typedef in typeref:struct:_SID
3751 #define SECURITY_MAX_SID_SIZE (sizeof(SID) - sizeof(DWORD) + (SID_MAX_SUB_AUTHORITIES * sizeof(DWORD)))
4348 * SidStart marks the begin of a SID
4352 * 8... : SID
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Daccctrl.h87 SID *pSid;
H A Dwtypes.h94 } SID;
H A Dwtypes.idl122 } SID, *PSID;
H A Dwinnt.h3903 } SID,*PISID; typedef in typeref:struct:_SID
3910 #define SECURITY_MAX_SID_SIZE (sizeof(SID) - sizeof(DWORD) + (SID_MAX_SUB_AUTHORITIES * sizeof(DWORD)))
4469 * SidStart marks the begin of a SID
4473 * 8... : SID
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp144 SID Sid;
147 /** The TrustedInstaller SID (Vista+). */
484 Assert((uintptr_t)pOwner - (uintptr_t)&uBuf < sizeof(uBuf) - sizeof(SID));
H A DSUPR3HardenedMain-win.cpp108 SID Sid;
2748 * Gets the SID of the user associated with the process.
2750 * @returns @c true if we've got a login SID, @c false if not.
2751 * @param pSidUser Where to return the user SID.
2752 * @param cbSidUser The size of the user SID buffer.
2753 * @param pSidLogin Where to return the login SID.
2754 * @param cbSidLogin The size of the login SID buffer.

Completed in 236 milliseconds