Home
last modified time | relevance | path

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

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkMemoryUsageObserver.h72 typedef NTSTATUS ( WINAPI * PZwQuerySystemInformation )(UINT, PVOID, ULONG, PULONG); typedef
77 PZwQuerySystemInformation ZwQuerySystemInformation;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkMemoryUsageObserver.cxx72 ZwQuerySystemInformation = ( PZwQuerySystemInformation ) ::GetProcAddress(m_hNTLib, in WindowsMemoryUsageObserver()