Home
last modified time | relevance | path

Searched refs:pInheritedObjectGuid (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c2248 GUID *pInheritedObjectGuid, in BuildTrusteeWithObjectsAndSidA() argument
2253 TRACE("%p %p %p %p %p\n", pTrustee, pObjSid, pObjectGuid, pInheritedObjectGuid, pSid); in BuildTrusteeWithObjectsAndSidA()
2267 if (pInheritedObjectGuid != NULL) in BuildTrusteeWithObjectsAndSidA()
2269 pObjSid->InheritedObjectTypeGuid = *pInheritedObjectGuid; in BuildTrusteeWithObjectsAndSidA()
2297 GUID *pInheritedObjectGuid, in BuildTrusteeWithObjectsAndSidW() argument
2302 TRACE("%p %p %p %p %p\n", pTrustee, pObjSid, pObjectGuid, pInheritedObjectGuid, pSid); in BuildTrusteeWithObjectsAndSidW()
2316 if (pInheritedObjectGuid != NULL) in BuildTrusteeWithObjectsAndSidW()
2318 pObjSid->InheritedObjectTypeGuid = *pInheritedObjectGuid; in BuildTrusteeWithObjectsAndSidW()
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c85 GUID* pInheritedObjectGuid,