Home
last modified time | relevance | path

Searched refs:SecurityDescriptorSize (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_ob/
H A DObSecurity.c29 ULONG SecurityDescriptorSize; in CheckDirectorySecurity__() local
57 &SecurityDescriptorSize); in CheckDirectorySecurity__()
66 SecurityDescriptorSize, in CheckDirectorySecurity__()
68 ok(SecurityDescriptor != NULL, "Failed to allocate %lu bytes\n", SecurityDescriptorSize); in CheckDirectorySecurity__()
78 SecurityDescriptorSize, in CheckDirectorySecurity__()
79 &SecurityDescriptorSize); in CheckDirectorySecurity__()
/reactos/modules/rostests/kmtests/ntos_cm/
H A DCmSecurity.c26 ULONG SecurityDescriptorSize; in CheckKeySecurity__() local
54 &SecurityDescriptorSize); in CheckKeySecurity__()
63 SecurityDescriptorSize, in CheckKeySecurity__()
65 ok(SecurityDescriptor != NULL, "Failed to allocate %lu bytes\n", SecurityDescriptorSize); in CheckKeySecurity__()
75 SecurityDescriptorSize, in CheckKeySecurity__()
76 &SecurityDescriptorSize); in CheckKeySecurity__()
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c3035 PULONG SecurityDescriptorSize) in ConvertStringSecurityDescriptorToSecurityDescriptorA() argument
3050 SecurityDescriptorSize); in ConvertStringSecurityDescriptorToSecurityDescriptorA()
3065 PULONG SecurityDescriptorSize) in ConvertStringSecurityDescriptorToSecurityDescriptorW() argument
3107 if (SecurityDescriptorSize) in ConvertStringSecurityDescriptorToSecurityDescriptorW()
3108 *SecurityDescriptorSize = cBytes; in ConvertStringSecurityDescriptorToSecurityDescriptorW()
/reactos/ntoskrnl/ob/
H A Doblife.c1693 BasicInfo->SecurityDescriptorSize = 0; in NtQueryObject()
1706 &BasicInfo->SecurityDescriptorSize, in NtQueryObject()
/reactos/sdk/include/xdk/
H A Dntifs.template.h1409 ULONG SecurityDescriptorSize; member
/reactos/dll/win32/setupapi/
H A Dcfgmgr.c7937 ULONG SecurityDescriptorSize = 0; in CM_Set_Class_Registry_PropertyW() local
7983 &SecurityDescriptorSize)) in CM_Set_Class_Registry_PropertyW()
7990 ulLength = SecurityDescriptorSize; in CM_Set_Class_Registry_PropertyW()