SetUmsThreadInformation method
Implementation
int SetUmsThreadInformation(
ffi.Pointer<ffi.Void> UmsThread,
int UmsThreadInfoClass,
ffi.Pointer<ffi.Void> UmsThreadInformation,
int UmsThreadInformationLength,
) {
return (_SetUmsThreadInformation ??= _dylib.lookupFunction<
_c_SetUmsThreadInformation,
_dart_SetUmsThreadInformation>('SetUmsThreadInformation'))(
UmsThread,
UmsThreadInfoClass,
UmsThreadInformation,
UmsThreadInformationLength,
);
}