QueryThreadpoolStackInformation function
Applies to: desktop apps only
Retrieves the stack reserve and commit sizes for threads in the specified thread pool.
Syntax
BOOL QueryThreadpoolStackInformation( __in PTP_POOL ptpp, __out PTP_POOL_STACK_INFORMATION ptpsi );
Parameters
- ptpp [in]
-
A TP_POOL structure that specifies the thread pool. The CreateThreadpool function returns this structure.
- ptpsi [out]
-
A TP_POOL_STACK_INFORMATION structure that receives the stack reserve and commit size.
Return value
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.
Requirements
|
Minimum supported client | Windows 7 |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012