SetUmsThreadInformation method

int SetUmsThreadInformation(
  1. Pointer<Void> UmsThread,
  2. int UmsThreadInfoClass,
  3. Pointer<Void> UmsThreadInformation,
  4. int UmsThreadInformationLength,
)

Implementation

int SetUmsThreadInformation(
  ffi.Pointer<ffi.Void> UmsThread,
  int UmsThreadInfoClass,
  ffi.Pointer<ffi.Void> UmsThreadInformation,
  int UmsThreadInformationLength,
) {
  return _SetUmsThreadInformation(
    UmsThread,
    UmsThreadInfoClass,
    UmsThreadInformation,
    UmsThreadInformationLength,
  );
}