Searched defs:ClientId (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Runtime/r3/nt/
H A DRTProcQueryParent-r3-nt.cpp55 CLIENT_ID ClientId; local
56 ClientId.UniqueProcess = (HANDLE)hProcess;
57 ClientId.UniqueThread = NULL;
62 rcNt = NtOpenProcess(&hClose, PROCESS_QUERY_LIMITED_INFORMATION, &ObjAttrs, &ClientId);
64 rcNt = NtOpenProcess(&hClose, PROCESS_QUERY_INFORMATION, &ObjAttrs, &ClientId);
/vbox/src/VBox/Main/include/
H A DRemoteUSBBackend.h62 uint32_t ClientId (void) { return mu32ClientId; } function in class:RemoteUSBBackend
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c893 EFI_DHCP6_DUID *ClientId; local
902 ClientId = Service->ClientId;
905 ASSERT (Service->ClientId != NULL);
934 Length = HTONS (ClientId->Length);
939 ClientId->Duid
1051 EFI_DHCP6_DUID *ClientId; local
1067 ClientId = Service->ClientId;
1069 ASSERT(ClientId !
1210 EFI_DHCP6_DUID *ClientId; local
1344 EFI_DHCP6_DUID *ClientId; local
1479 EFI_DHCP6_DUID *ClientId; local
1662 EFI_DHCP6_DUID *ClientId; local
1787 EFI_DHCP6_DUID *ClientId; local
2405 EFI_DHCP6_DUID *ClientId; local
[all...]
H A DDhcp6Impl.h262 EFI_DHCP6_DUID *ClientId; member in struct:_DHCP6_SERVICE
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp6.h294 EFI_DHCP6_DUID *ClientId; member in struct:__anon12114
H A DKms.h186 VOID *ClientId; member in struct:__anon12201
479 ClientId is required by the server and either no id was
484 @retval EFI_INVALID_PARAMETER This is NULL, ClientId is required but it is NULL,
567 ClientId is required by the server and either none or an
571 @retval EFI_INVALID_PARAMETER This is NULL, ClientId is required but it is NULL,
653 ClientId is required by the server and either none or an
657 @retval EFI_INVALID_PARAMETER This is NULL, ClientId is required but it is NULL,
732 ClientId is required by the server and either none or an
736 @retval EFI_INVALID_PARAMETER This is NULL, ClientId is required but it is NULL,
817 ClientId i
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp2202 CLIENT_ID ClientId; local
2203 ClientId.UniqueProcess = (HANDLE)BasicInfo.InheritedFromUniqueProcessId;
2204 ClientId.UniqueThread = NULL;
2207 rcNt = NtOpenProcess(&hParent, SYNCHRONIZE | PROCESS_QUERY_INFORMATION, &ObjAttr, &ClientId);
2210 "NtOpenProcess(%p.0) failed: %#x\n", ClientId.UniqueProcess, rcNt);
3758 CLIENT_ID ClientId; local
3759 ClientId.UniqueProcess = (HANDLE)SelfInfo.InheritedFromUniqueProcessId;
3760 ClientId.UniqueThread = NULL;
3762 rcNt = NtOpenProcess(&pThis->hParent, SYNCHRONIZE | PROCESS_QUERY_INFORMATION, &ObjAttr, &ClientId);
3769 SUP_DPRINTF(("supR3HardNtChildGatherData: Failed to open parent process (%#p): %#x\n", ClientId
[all...]
/vbox/include/iprt/nt/
H A Dnt.h976 CLIENT_ID ClientId; /**< 0x040 / 0x020 */ member in struct:_TEB_COMMON
1363 #define RTNtCurrentThreadId() ((uint32_t)(uintptr_t)RTNtCurrentTeb()->ClientId.UniqueThread)
2155 CLIENT_ID ClientId; member in struct:_RTL_USER_PROCESS_INFORMATION
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h310 CLIENT_ID ClientId; /* 020/0040 */ member in struct:_TEB
849 CLIENT_ID ClientId; member in struct:_THREAD_BASIC_INFORMATION
933 CLIENT_ID ClientId; /* 20/28 */ member in struct:_SYSTEM_THREAD_INFORMATION
1505 CLIENT_ID ClientId; member in struct:_PORT_MESSAGE_HEADER
1830 CLIENT_ID ClientId; member in struct:_LPC_MESSAGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h310 CLIENT_ID ClientId; /* 020/0040 */ member in struct:_TEB
829 CLIENT_ID ClientId; member in struct:_THREAD_BASIC_INFORMATION
908 CLIENT_ID ClientId; /* 20/28 */ member in struct:_SYSTEM_THREAD_INFORMATION
1475 CLIENT_ID ClientId; member in struct:_PORT_MESSAGE_HEADER
1800 CLIENT_ID ClientId; member in struct:_LPC_MESSAGE

Completed in 161 milliseconds