SetThreadpoolThreadMinimum method

int SetThreadpoolThreadMinimum(
  1. Pointer<_TP_POOL> ptpp,
  2. int cthrdMic
)

Implementation

int SetThreadpoolThreadMinimum(
  ffi.Pointer<_TP_POOL> ptpp,
  int cthrdMic,
) {
  return _SetThreadpoolThreadMinimum(
    ptpp,
    cthrdMic,
  );
}