|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetExpandedName
The GetExpandedName function retrieves the original name of a compressed file, if the file was compressed by using the Microsoft File Compression Utility (COMPRESS.EXE) and the /r option was specified.
INT GetExpandedName(
LPTSTR lpszSource, // address of name of compressed file LPTSTR lpszBuffer // address of buffer for original filename );
Parameters
lpszSource
Points to a string that specifies the name of a compressed file.
lpszBuffer
Points to a buffer that receives the name of the compressed file.
Return Values
If the function succeeds, the return value is 1. If the function fails, the return value is LZERROR_BADVALUE. Note that GetExpandedName calls neither SetLastError nor SetLastErrorEx; thus, its failure does not affect a thread's last-error code.
Remarks
The contents of the buffer pointed to by the lpszBuffer parameter is the original filename if the file was compressed by using the /r option. If the /r option was not used, this function duplicates the name in the lpszSource parameter into the lpszBuffer buffer.
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetExpandedName
Функция GetExpandedName извлекает оригинальное имя сжатого файла, если файл был сжат Утилитой использования Файлового Сжатия Микрософт (COMPRESS.EXE) и /r опция была определена.
INT GetExpandedName(
LPTSTR lpszSource, // АДРЕС имени сжатого адреса файла LPTSTR lpszBuffer // буфера для оригинального filename );
Параметры
lpszSource
Точки на строку, которые определяют имя сжатого файла.
lpszBuffer
Точки на буфер, которые получают имя сжатого файла.
Обратные Величины
Если функция добивается успеха, обратная величина - 1. Если функция терпит неудачу, обратная величина - LZERROR_BADVALUE. Отметьте, что GetExpandedName называет ни SetLastError ни SetLastErrorEx; таким образом, неудача не влияет на заправлять последняя ошибка кода.
Замечания
Содержание буфера указанного, чтобы параметром lpszBuffer - оригинальный filename если файл был сжат использованием /r опции. Если /r опция не была использована, эта функция дублирует имя в параметре lpszSource в буфер lpszBuffer.
|
|
|
|
| |