|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetCurrentDirectory
The GetCurrentDirectory function retrieves the current directory for the current process.
DWORD GetCurrentDirectory(
DWORD nBufferLength, // size, in characters, of directory buffer LPTSTR lpBuffer // address of buffer for current directory );
Parameters
nBufferLength
Specifies the length, in characters, of the buffer for the current directory string. The buffer length must include room for a terminating null character.
lpBuffer
Points to the buffer for the current directory string. This null-terminated string specifies the absolute path to the current directory.
Return Values
If the function succeeds, the return value specifies the number of characters written to the buffer, not including the terminating null character. If the function fails, the return value is zero. To get extended error information, call GetLastError. If the buffer pointed to by lpBuffer is not large enough, the return value specifies the required size of the buffer, including the number of bytes necessary for a terminating null character.
See Also
CreateDirectory, GetSystemDirectory, GetWindowsDirectory, RemoveDirectory, SetCurrentDirectory
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetCurrentDirectory
Функция GetCurrentDirectory извлекает текущий директорий для текущего процесса.
DWORD GetCurrentDirectory(
DWORD nBufferLength, // РАЗМЕР, в символах, буфера директория LPTSTR lpBuffer // адрес буфера для текущего директория );
Параметры
nBufferLength
Определяет длину, в символах, буфера для текущей строки директория. Буферная длина должна включить место для завершающего недействительного символа.
lpBuffer
Точки на буфер для текущей строки директория. Эта недействительный расторгнутая строка определяет абсолютный путь в текущий директорий.
Обратные Величины
Если функция добивается успеха, обратная величина определяет количество символов написанных в буфер, не включая завершающий недействительный символ. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError. Если буфер указанный, чтобы lpBuffer - не большой достаточно, обратная величина определяет необходимый размер буфера, включая количество байтов необходимыми для завершающего недействительного символа.
Смотри Также
CreateDirectory, GetSystemDirectory, GetWindowsDirectory, RemoveDirectory, SetCurrentDirectory
|
|
|
|
| |