Skip to content

Latest commit

 

History

History
83 lines (67 loc) · 2.82 KB

nf-threadpoolapiset-querythreadpoolstackinformation.md

File metadata and controls

83 lines (67 loc) · 2.82 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:threadpoolapiset.QueryThreadpoolStackInformation
QueryThreadpoolStackInformation function (threadpoolapiset.h)
Retrieves the stack reserve and commit sizes for threads in the specified thread pool.
QueryThreadpoolStackInformation
QueryThreadpoolStackInformation function
base.querythreadpoolstackinformation
threadpoolapiset/QueryThreadpoolStackInformation
winbase/QueryThreadpoolStackInformation
base\querythreadpoolstackinformation.htm
backup
1669dfa7-75bf-4776-bba7-7d03a084a32c
12/05/2018
QueryThreadpoolStackInformation, QueryThreadpoolStackInformation function, base.querythreadpoolstackinformation, threadpoolapiset/QueryThreadpoolStackInformation, winbase/QueryThreadpoolStackInformation
threadpoolapiset.h
Windows.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
Kernel32.lib
Kernel32.dll
Windows
19H1
QueryThreadpoolStackInformation
threadpoolapiset/QueryThreadpoolStackInformation
c++
APIRef
kbSyntax
DllExport
kernel32.dll
API-MS-Win-Core-threadpool-l1-1-0.dll
KernelBase.dll
API-MS-Win-Core-threadpool-l1-2-0.dll
API-MS-Win-DownLevel-Kernel32-l1-1-0.dll
MinKernelBase.dll
QueryThreadpoolStackInformation

QueryThreadpoolStackInformation function

-description

Retrieves the stack reserve and commit sizes for threads in the specified thread pool.

-parameters

-param ptpp [in]

A pointer to a TP_POOL structure that specifies the thread pool. The CreateThreadpool function returns this pointer.

-param ptpsi [out]

A pointer to a TP_POOL_STACK_INFORMATION structure that receives the stack reserve and commit size.

-returns

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

-remarks

To compile an application that uses this function, set _WIN32_WINNT to _WIN32_WINNT_WIN7. For more information, see Using the Windows Headers.

-see-also

SetThreadpoolStackInformation