_getmaxstdio
Visual Studio 2005
Returns the number of simultaneously open files permitted at the stream I/O level.
int _getmaxstdio( void );
Use _setmaxstdio to configure the number of simultaneously open files permitted at the stdio level.
| Routine | Required header | Compatibility |
|---|---|---|
| _getmaxstdio | <stdio.h> | Windows 95, Windows 98, Windows 98 Second Edition, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 |
For more compatibility information, see Compatibility in the Introduction.
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.