QueryThreadpoolStackInformation method
int
QueryThreadpoolStackInformation(
- Pointer<
_TP_POOL> ptpp, - Pointer<
PTP_POOL_STACK_INFORMATION> ptpsi
Implementation
int QueryThreadpoolStackInformation(
ffi.Pointer<_TP_POOL> ptpp,
ffi.Pointer<PTP_POOL_STACK_INFORMATION> ptpsi,
) {
return (_QueryThreadpoolStackInformation ??= _dylib.lookupFunction<
_c_QueryThreadpoolStackInformation,
_dart_QueryThreadpoolStackInformation>(
'QueryThreadpoolStackInformation'))(
ptpp,
ptpsi,
);
}