Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c81 typedef struct SHELL_USER_PERMISSION { struct
89 } SHELL_USER_PERMISSION, *PSHELL_USER_PERMISSION; typedef
91 static SECURITY_DESCRIPTOR* (WINAPI *pGetShellSecurityDescriptor)(const SHELL_USER_PERMISSION**,int…
691 static const SHELL_USER_PERMISSION supCurrentUserFull = { in test_GetShellSecurityDescriptor()
696 static const SHELL_USER_PERMISSION supEveryoneDenied = { in test_GetShellSecurityDescriptor()
700 const SHELL_USER_PERMISSION* rgsup[2] = { in test_GetShellSecurityDescriptor()
/reactos/dll/win32/shlwapi/
H A Dordinal.c5033 typedef struct SHELL_USER_PERMISSION { /* ...and this should be in shlwapi.h */ struct
5040 } SHELL_USER_PERMISSION, *PSHELL_USER_PERMISSION; argument