_getmaxstdio
Visual Studio 2008
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 |
|---|---|
_getmaxstdio | <stdio.h> |
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.