Lines Matching refs:GetProcAddress
63 pRtlGetVersion = (sRtlGetVersion) GetProcAddress(ntdll_module,
66 pRtlNtStatusToDosError = (sRtlNtStatusToDosError) GetProcAddress(
70 uv_fatal_error(GetLastError(), "GetProcAddress");
73 pNtDeviceIoControlFile = (sNtDeviceIoControlFile) GetProcAddress(
77 uv_fatal_error(GetLastError(), "GetProcAddress");
80 pNtQueryInformationFile = (sNtQueryInformationFile) GetProcAddress(
84 uv_fatal_error(GetLastError(), "GetProcAddress");
87 pNtSetInformationFile = (sNtSetInformationFile) GetProcAddress(
91 uv_fatal_error(GetLastError(), "GetProcAddress");
95 GetProcAddress(ntdll_module, "NtQueryVolumeInformationFile");
97 uv_fatal_error(GetLastError(), "GetProcAddress");
101 GetProcAddress(ntdll_module, "NtQueryDirectoryFile");
103 uv_fatal_error(GetLastError(), "GetProcAddress");
106 pNtQuerySystemInformation = (sNtQuerySystemInformation) GetProcAddress(
110 uv_fatal_error(GetLastError(), "GetProcAddress");
113 pNtQueryInformationProcess = (sNtQueryInformationProcess) GetProcAddress(
117 uv_fatal_error(GetLastError(), "GetProcAddress");
125 pGetQueuedCompletionStatusEx = (sGetQueuedCompletionStatusEx) GetProcAddress(
132 GetProcAddress(powrprof_module, "PowerRegisterSuspendResumeNotification");
138 GetProcAddress(user32_module, "SetWinEventHook");
143 pGetHostNameW = (uv_sGetHostNameW) GetProcAddress(