SetThreadpoolStackInformation method
int
SetThreadpoolStackInformation(
- Pointer<
_TP_POOL> ptpp, - Pointer<
PTP_POOL_STACK_INFORMATION> ptpsi
Implementation
int SetThreadpoolStackInformation(
ffi.Pointer<_TP_POOL> ptpp,
ffi.Pointer<PTP_POOL_STACK_INFORMATION> ptpsi,
) {
return (_SetThreadpoolStackInformation ??= _dylib.lookupFunction<
_c_SetThreadpoolStackInformation,
_dart_SetThreadpoolStackInformation>('SetThreadpoolStackInformation'))(
ptpp,
ptpsi,
);
}