Home
last modified time | relevance | path

Searched refs:pObjName (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/win32/DriverLoading/Application/
H A Dundoc.c83 POBJECT_NAME_INFORMATION pObjName; in ConvertPath() local
104 pObjName = HeapAlloc(GetProcessHeap(), 0, size); in ConvertPath()
105 if (!pObjName) in ConvertPath()
110 pObjName, in ConvertPath()
115 len = pObjName->Name.Length / sizeof(WCHAR); in ConvertPath()
116 wcsncpy(lpDevice, pObjName->Name.Buffer, len); in ConvertPath()
119 HeapFree(GetProcessHeap(), 0, pObjName); in ConvertPath()
124 HeapFree(GetProcessHeap(), 0, pObjName); in ConvertPath()
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c2178 TRACE("%p %p 0x%08x %p %p %s\n", pTrustee, pObjName, in BuildTrusteeWithObjectsAndNameA()
2182 pObjName->ObjectType = ObjectType; in BuildTrusteeWithObjectsAndNameA()
2188 pObjName->InheritedObjectTypeName = InheritedObjectTypeName; in BuildTrusteeWithObjectsAndNameA()
2194 pObjName->ObjectsPresent = ObjectsPresent; in BuildTrusteeWithObjectsAndNameA()
2195 pObjName->ptstrName = Name; in BuildTrusteeWithObjectsAndNameA()
2202 pTrustee->ptstrName = (LPSTR)pObjName; in BuildTrusteeWithObjectsAndNameA()
2214 TRACE("%p %p 0x%08x %p %p %s\n", pTrustee, pObjName, in BuildTrusteeWithObjectsAndNameW()
2218 pObjName->ObjectType = ObjectType; in BuildTrusteeWithObjectsAndNameW()
2230 pObjName->ObjectsPresent = ObjectsPresent; in BuildTrusteeWithObjectsAndNameW()
2231 pObjName->ptstrName = Name; in BuildTrusteeWithObjectsAndNameW()
[all …]
/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c77 POBJECTS_AND_NAME_A pObjName,