GetGUIThreadInfo method
Implementation
int GetGUIThreadInfo(
int idThread,
ffi.Pointer<LPGUITHREADINFO> pgui,
) {
return (_GetGUIThreadInfo ??=
_dylib.lookupFunction<_c_GetGUIThreadInfo, _dart_GetGUIThreadInfo>(
'GetGUIThreadInfo'))(
idThread,
pgui,
);
}