/reactos/dll/win32/kernel32/client/file/ |
H A D | mailslot.c | 26 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateMailslotA() argument 29 …2AnsiObjectApiToUnicodeApi2(Mailslot, lpName, nMaxMessageSize, lReadTimeout, lpSecurityAttributes); in CreateMailslotA() 40 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateMailslotW() argument 61 if (lpSecurityAttributes) in CreateMailslotW() 63 SecurityDescriptor = lpSecurityAttributes->lpSecurityDescriptor; in CreateMailslotW() 64 if(lpSecurityAttributes->bInheritHandle) Attributes |= OBJ_INHERIT; in CreateMailslotW()
|
H A D | hardlink.c | 25 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateHardLinkW() argument 64 lpSecurityAttributes ? in CreateHardLinkW() 65 lpSecurityAttributes->lpSecurityDescriptor : in CreateHardLinkW() 138 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateHardLinkA() argument 168 lpSecurityAttributes); in CreateHardLinkA()
|
H A D | create.c | 32 LPSECURITY_ATTRIBUTES lpSecurityAttributes, in CreateFileA() argument 48 lpSecurityAttributes, in CreateFileA() 63 LPSECURITY_ATTRIBUTES lpSecurityAttributes, in CreateFileW() argument 121 lpSecurityAttributes ? lpSecurityAttributes->bInheritHandle : FALSE, in CreateFileW() 282 if (lpSecurityAttributes) in CreateFileW() 284 if(lpSecurityAttributes->bInheritHandle) in CreateFileW() 287 ObjectAttributes.SecurityDescriptor = lpSecurityAttributes->lpSecurityDescriptor; in CreateFileW()
|
H A D | dir.c | 38 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateDirectoryA() argument 49 lpSecurityAttributes); in CreateDirectoryA() 59 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateDirectoryExA() argument 78 lpSecurityAttributes); in CreateDirectoryExA() 91 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateDirectoryW() argument 156 … (lpSecurityAttributes ? lpSecurityAttributes->lpSecurityDescriptor : NULL)); in CreateDirectoryW() 195 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateDirectoryExW() argument 474 … (lpSecurityAttributes ? lpSecurityAttributes->lpSecurityDescriptor : NULL)); in CreateDirectoryExW()
|
H A D | npipe.c | 227 LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateNamedPipeA() argument 238 lpSecurityAttributes); in CreateNamedPipeA() 253 LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateNamedPipeW() argument 299 if (lpSecurityAttributes) in CreateNamedPipeW() 302 SecurityDescriptor = lpSecurityAttributes->lpSecurityDescriptor; in CreateNamedPipeW() 305 if (lpSecurityAttributes->bInheritHandle) in CreateNamedPipeW()
|
/reactos/dll/win32/fltlib/ |
H A D | message.c | 29 _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes, in FilterConnectCommunicationPort() argument 91 if (lpSecurityAttributes) in FilterConnectCommunicationPort() 94 ObjectAttributes.SecurityDescriptor = lpSecurityAttributes->lpSecurityDescriptor; in FilterConnectCommunicationPort() 95 if (lpSecurityAttributes->bInheritHandle) in FilterConnectCommunicationPort()
|
/reactos/dll/win32/userenv/ |
H A D | directory.c | 177 LPSECURITY_ATTRIBUTES lpSecurityAttributes) in CreateDirectoryPath() argument 189 lpSecurityAttributes)) in CreateDirectoryPath() 215 lpSecurityAttributes)) in CreateDirectoryPath()
|
H A D | internal.h | 37 LPSECURITY_ATTRIBUTES lpSecurityAttributes);
|
/reactos/sdk/include/psdk/ |
H A D | fileapi.h | 31 LPSECURITY_ATTRIBUTES lpSecurityAttributes; member
|
H A D | winreg.h | 107 …dwOptions, _In_ REGSAM samDesired, _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes, _Out_ PHKE… 108 …dwOptions, _In_ REGSAM samDesired, _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes, _Out_ PHKE…
|
H A D | winbase.h | 1744 BOOL WINAPI CreateDirectoryA(LPCSTR lpPathName,LPSECURITY_ATTRIBUTES lpSecurityAttributes); 1745 BOOL WINAPI CreateDirectoryW(LPCWSTR lpPathName,LPSECURITY_ATTRIBUTES lpSecurityAttributes);
|
/reactos/dll/win32/advapi32/reg/ |
H A D | hkcr.c | 273 _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes, in CreateHKCRKey() argument 297 lpSecurityAttributes, in CreateHKCRKey() 326 lpSecurityAttributes, in CreateHKCRKey() 354 lpSecurityAttributes, in CreateHKCRKey()
|
H A D | reg.c | 1041 _In_ LPSECURITY_ATTRIBUTES lpSecurityAttributes, in RegCreateKeyExA() argument 1077 lpSecurityAttributes, in RegCreateKeyExA() 1103 _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes, in RegCreateKeyExW() argument 1135 lpSecurityAttributes, in RegCreateKeyExW() 1153 … lpSecurityAttributes ? (PSECURITY_DESCRIPTOR)lpSecurityAttributes->lpSecurityDescriptor : NULL); in RegCreateKeyExW() 4589 LPSECURITY_ATTRIBUTES lpSecurityAttributes) in RegSaveKeyA() argument 4604 lpSecurityAttributes); in RegSaveKeyA() 4619 LPSECURITY_ATTRIBUTES lpSecurityAttributes) in RegSaveKeyW() argument 4645 if (lpSecurityAttributes != NULL) in RegSaveKeyW() 4715 lpSecurityAttributes, in RegSaveKeyExA() [all …]
|
H A D | reg.h | 34 _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes,
|
/reactos/dll/win32/dbghelp/ |
H A D | compat.c | 156 LPSECURITY_ATTRIBUTES lpSecurityAttributes, in __CreateFileW() argument 165 …res = CreateFileA(buf, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposition, … in __CreateFileW()
|
H A D | compat.h | 767 …, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCr…
|
/reactos/base/system/winlogon/ |
H A D | rpcserver.c | 158 PRPC_SECURITY_ATTRIBUTES lpSecurityAttributes, in BaseRegCreateKey() argument
|
/reactos/sdk/include/ddk/ |
H A D | fltuser.h | 253 _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes ,
|
/reactos/sdk/include/reactos/idl/ |
H A D | winreg.idl | 102 [in, unique] PRPC_SECURITY_ATTRIBUTES lpSecurityAttributes,
|
/reactos/dll/win32/kernel32/kernel32_vista/ |
H A D | vista.c | 581 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes OPTIONAL, in OpenFileById()
|
/reactos/sdk/tools/mkhive/ |
H A D | registry.c | 540 IN LPSECURITY_ATTRIBUTES lpSecurityAttributes OPTIONAL, in RegCreateKeyExW()
|
/reactos/dll/win32/kernel32/client/console/ |
H A D | console.c | 2315 CONST SECURITY_ATTRIBUTES *lpSecurityAttributes, in CreateConsoleScreenBuffer() argument 2335 (lpSecurityAttributes ? lpSecurityAttributes->bInheritHandle : FALSE); in CreateConsoleScreenBuffer()
|
/reactos/sdk/include/reactos/ |
H A D | shlwapi_undoc.h | 128 _In_opt_ LPSECURITY_ATTRIBUTES lpSecurityAttributes,
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | file.c | 1659 exparams.lpSecurityAttributes = NULL; in test_CreateFile2()
|