GetUmsSystemThreadInformation method
int
GetUmsSystemThreadInformation(
- Pointer<
Void> ThreadHandle, - Pointer<
PUMS_SYSTEM_THREAD_INFORMATION> SystemThreadInfo
Implementation
int GetUmsSystemThreadInformation(
ffi.Pointer<ffi.Void> ThreadHandle,
ffi.Pointer<PUMS_SYSTEM_THREAD_INFORMATION> SystemThreadInfo,
) {
return (_GetUmsSystemThreadInformation ??= _dylib.lookupFunction<
_c_GetUmsSystemThreadInformation,
_dart_GetUmsSystemThreadInformation>('GetUmsSystemThreadInformation'))(
ThreadHandle,
SystemThreadInfo,
);
}