QueryThreadpoolStackInformation method

int QueryThreadpoolStackInformation(
  1. Pointer<_TP_POOL> ptpp,
  2. Pointer<TP_POOL_STACK_INFORMATION> ptpsi
)

Implementation

int QueryThreadpoolStackInformation(
  ffi.Pointer<_TP_POOL> ptpp,
  ffi.Pointer<TP_POOL_STACK_INFORMATION> ptpsi,
) {
  return _QueryThreadpoolStackInformation(
    ptpp,
    ptpsi,
  );
}