|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
DragQueryFile
The DragQueryFile function retrieves the filenames of dropped files.
UINT DragQueryFile(
HDROP hDrop, // handle to structure for dropped files UINT iFile, // index of file to query LPTSTR lpszFile, // buffer for returned filename UINT cch // size of buffer for filename );
Parameters
hDrop
Identifies the structure containing the filenames of the dropped files.
iFile
Specifies the index of the file to query. If the value of the iFile parameter is 0xFFFFFFFF, DragQueryFile returns a count of the files dropped. If the value of the iFile parameter is between zero and the total number of files dropped, DragQueryFile copies the filename with the corresponding value to the buffer pointed to by the lpszFile parameter.
lpszFile
Points to a buffer to receive the filename of a dropped file when the function returns. This filename is a null-terminated string. If this parameter is NULL, DragQueryFile returns the required size, in characters, of the buffer.
cch
Specifies the size, in characters, of the lpszFile buffer.
Return Values
When the function copies a filename to the buffer, the return value is a count of the characters copied, not including the terminating null character. If the index value is 0xFFFFFFFF, the return value is a count of the dropped files. If the index value is between zero and the total number of dropped files and the lpszFile buffer address is NULL, the return value is the required size, in characters, of the buffer, not including the terminating null character.
See Also
DragQueryPoint
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
DragQueryFile
Функция DragQueryFile извлекает filenames потерянных файлов.
UINT DragQueryFile(
HDROP hDrop, // РУЧКА в структуру для потерянных файлов UINT iFile, // индекса файла на запрос LPTSTR lpszFile, // буфер для возвращанного filename UINT cch // размера буфера для filename );
Параметры
hDrop
Идентифицирует структуру, содержащую filenames потерянных файлов.
iFile
Определяет индекс файла на запрос. Если величина параметра iFile - 0xFFFFFFFF, DragQueryFile возвращает счет потерянных файлов. Если величина параметра iFile - между нулем и общее число файлов бросало, DragQueryFile копирует filename с соответствующей величиной в буфер указанный, чтобы параметром lpszFile.
lpszFile
Точки на буфер, чтобы получать filename потерянного файла когда функция возвращается. Этот filename - недействительный расторгнутая строка. Если этот параметр НЕДЕЙСТВИТЕЛЕН, DragQueryFile возвращает необходимый размер, в символах, буфера.
cch
Определяет размер, в символах, буфера lpszFile.
Обратные Величины
Когда функция копирует filename в буфер, обратная величина является счетом символов скопированных, не включая завершающий недействительный символ. Если индексная величина - 0xFFFFFFFF, обратная величина является счетом потерянных файлов. Если индексная величина - между нулем и общее число потерянных файлов и буферный адрес lpszFile НЕДЕЙСТВИТЕЛЕН, обратная величина является необходимым размером, в символах, буфера, не включая завершающий недействительный символ.
Смотри Также
DragQueryPoint
|
|
|
|
| |