Searched refs:SecurityDescriptor (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcdce.h472 RpcServerUseProtseqA(RPC_CSTR Protseq, unsigned int MaxCalls, void *SecurityDescriptor);
474 RpcServerUseProtseqW(RPC_WSTR Protseq, unsigned int MaxCalls, void *SecurityDescriptor);
478 RpcServerUseProtseqEpA( RPC_CSTR Protseq, unsigned int MaxCalls, RPC_CSTR Endpoint, void *SecurityDescriptor );
480 RpcServerUseProtseqEpW( RPC_WSTR Protseq, unsigned int MaxCalls, RPC_WSTR Endpoint, void *SecurityDescriptor );
484 RpcServerUseProtseqEpExA( RPC_CSTR Protseq, unsigned int MaxCalls, RPC_CSTR Endpoint, void *SecurityDescriptor,
487 RpcServerUseProtseqEpExW( RPC_WSTR Protseq, unsigned int MaxCalls, RPC_WSTR Endpoint, void *SecurityDescriptor,
H A Dntsecapi.h176 PVOID SecurityDescriptor; /* type SECURITY_DESCRIPTOR */ member in struct:_OBJECT_ATTRIBUTES
H A Diads.idl313 ADS_NT_SECURITY_DESCRIPTOR SecurityDescriptor;
H A Dsetupapi.h119 PCSTR SecurityDescriptor; member in struct:_SP_FILE_COPY_PARAMS_A
135 PCWSTR SecurityDescriptor; member in struct:_SP_FILE_COPY_PARAMS_W
H A Dwinternl.h1029 PVOID SecurityDescriptor; /* type SECURITY_DESCRIPTOR */ member in struct:_OBJECT_ATTRIBUTES
2603 (p)->SecurityDescriptor = s; \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcdce.h454 RpcServerUseProtseqA(RPC_CSTR Protseq, unsigned int MaxCalls, void *SecurityDescriptor);
456 RpcServerUseProtseqW(RPC_WSTR Protseq, unsigned int MaxCalls, void *SecurityDescriptor);
460 RpcServerUseProtseqEpA( RPC_CSTR Protseq, unsigned int MaxCalls, RPC_CSTR Endpoint, void *SecurityDescriptor );
462 RpcServerUseProtseqEpW( RPC_WSTR Protseq, unsigned int MaxCalls, RPC_WSTR Endpoint, void *SecurityDescriptor );
466 RpcServerUseProtseqEpExA( RPC_CSTR Protseq, unsigned int MaxCalls, RPC_CSTR Endpoint, void *SecurityDescriptor,
469 RpcServerUseProtseqEpExW( RPC_WSTR Protseq, unsigned int MaxCalls, RPC_WSTR Endpoint, void *SecurityDescriptor,
H A Dntsecapi.h172 PVOID SecurityDescriptor; /* type SECURITY_DESCRIPTOR */ member in struct:_OBJECT_ATTRIBUTES
H A Dsetupapi.h118 PCSTR SecurityDescriptor; member in struct:_SP_FILE_COPY_PARAMS_A
134 PCWSTR SecurityDescriptor; member in struct:_SP_FILE_COPY_PARAMS_W
H A Dwinternl.h1004 PVOID SecurityDescriptor; /* type SECURITY_DESCRIPTOR */ member in struct:_OBJECT_ATTRIBUTES
2543 (p)->SecurityDescriptor = s; \
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c612 IN PSECURITY_DESCRIPTOR SecurityDescriptor);
906 SECURITY_DESCRIPTOR SecurityDescriptor; local
915 RtlZeroMemory (&SecurityDescriptor, sizeof (SecurityDescriptor));
916 Status = RtlCreateSecurityDescriptor(&SecurityDescriptor, SECURITY_DESCRIPTOR_REVISION);
937 Status = ZwSetSecurityObject(hDevice, DACL_SECURITY_INFORMATION, &SecurityDescriptor);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h321 PSECURITY_DESCRIPTOR SecurityDescriptor; member in struct:_DEVICE_OBJECT
547 PSECURITY_DESCRIPTOR SecurityDescriptor; member in struct:_ACCESS_STATE
880 PSECURITY_DESCRIPTOR SecurityDescriptor; member in struct:_IO_STACK_LOCATION::__anon821::__anon832
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h323 PSECURITY_DESCRIPTOR SecurityDescriptor; member in struct:_DEVICE_OBJECT
553 PSECURITY_DESCRIPTOR SecurityDescriptor; member in struct:_ACCESS_STATE
894 PSECURITY_DESCRIPTOR SecurityDescriptor; member in struct:_IO_STACK_LOCATION::__anon13424::__anon13435
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp704 BOOL (WINAPI * pfnConvertStringSecurityDescriptorToSecurityDescriptorA)(LPCSTR StringSecurityDescriptor, DWORD StringSDRevision, PSECURITY_DESCRIPTOR *SecurityDescriptor, PULONG SecurityDescriptorSize);

Completed in 166 milliseconds