|
STLdoc
STLdocumentation
|
#include <crtdefs.h>Go to the source code of this file.
Classes | |
| struct | _diskfree_t |
Macros | |
| #define | _INC_DIRECT |
| #define | _DISKFREE_T_DEFINED |
| #define | _getdcwd_nolock _getdcwd |
| #define | _GETDISKFREE_DEFINED |
| #define | _wgetdcwd_nolock _wgetdcwd |
| #define | _WDIRECT_DEFINED |
| #define | diskfree_t _diskfree_t |
Variables | |
| _Check_return_ _Ret_maybenull_z_ _In_ int | _SizeInBytes |
| #define _DISKFREE_T_DEFINED |
| #define _getdcwd_nolock _getdcwd |
| #define _GETDISKFREE_DEFINED |
| #define _INC_DIRECT |
| #define _WDIRECT_DEFINED |
| #define _wgetdcwd_nolock _wgetdcwd |
| #define diskfree_t _diskfree_t |
| _Check_return_ _CRTIMP int __cdecl _chdir | ( | _In_z_ const char * | _Path | ) |
| _Check_return_ _CRTIMP int __cdecl _chdrive | ( | _In_ int | _Drive | ) |
| _Check_return_ _Ret_maybenull_z_ _CRT_NONSTDC_DEPRECATE | ( | _getcwd | ) |
| _Check_return_ _CRT_NONSTDC_DEPRECATE | ( | _chdir | ) | const |
| _Check_return_ _CRT_NONSTDC_DEPRECATE | ( | _mkdir | ) | const |
| _Check_return_ _CRT_NONSTDC_DEPRECATE | ( | _rmdir | ) | const |
| _Check_return_ _Ret_maybenull_z_ _CRTIMP char* __cdecl _getcwd | ( | _Out_writes_opt_(_SizeInBytes) char * | _DstBuf, |
| _In_ int | _SizeInBytes | ||
| ) |
| _Check_return_ _Ret_maybenull_z_ _CRTIMP char* __cdecl _getdcwd | ( | _In_ int | _Drive, |
| _Out_writes_opt_(_SizeInBytes) char * | _DstBuf, | ||
| _In_ int | _SizeInBytes | ||
| ) |
| _Check_return_ _CRTIMP unsigned __cdecl _getdiskfree | ( | _In_ unsigned | _Drive, |
| _Out_ struct _diskfree_t * | _DiskFree | ||
| ) |
| _Check_return_ _CRTIMP int __cdecl _getdrive | ( | void | ) |
| _Check_return_ _CRTIMP unsigned long __cdecl _getdrives | ( | void | ) |
| _Check_return_ _CRTIMP int __cdecl _mkdir | ( | _In_z_ const char * | _Path | ) |
| _Check_return_ _CRTIMP int __cdecl _rmdir | ( | _In_z_ const char * | _Path | ) |
| _Check_return_ _CRTIMP int __cdecl _wchdir | ( | _In_z_ const wchar_t * | _Path | ) |
| _Check_return_ _Ret_maybenull_z_ _CRTIMP wchar_t* __cdecl _wgetcwd | ( | _Out_writes_opt_(_SizeInWords) wchar_t * | _DstBuf, |
| _In_ int | _SizeInWords | ||
| ) |
| _Check_return_ _Ret_maybenull_z_ _CRTIMP wchar_t* __cdecl _wgetdcwd | ( | _In_ int | _Drive, |
| _Out_writes_opt_(_SizeInWords) wchar_t * | _DstBuf, | ||
| _In_ int | _SizeInWords | ||
| ) |
| _Check_return_ _CRTIMP int __cdecl _wmkdir | ( | _In_z_ const wchar_t * | _Path | ) |
| _Check_return_ _CRTIMP int __cdecl _wrmdir | ( | _In_z_ const wchar_t * | _Path | ) |
1.8.8