Return the initial size of the stack allocated for threads created by the
server.
Parameters
None.
Return Value
If the method succeeds, the return value is the amount of memory that
will be allocated for the stack in bytes. If the method fails, the return
value is zero. To get extended error information, call GetLastError.
Remarks
The GetStackSize method returns the initial
amount of memory that is committed to the stack for each thread
created by the server. By default, the stack size for each thread is
set to 256K for 32-bit processes and 512K for 64-bit processes.
Requirements
Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header: Include cstools10.h
Import Library: csftsv10.lib
See Also
SetStackSize,
Start
|