|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
CDM_GETFILEPATH
[New - Windows NT]
The CDM_GETFILEPATH message retrieves the path and filename of the selected file in an Explorer-style Open or Save As common dialog box. The dialog box must have been created with the OFN_EXPLORER flag; otherwise, the message fails.
CDM_GETFILEPATH wParam = (WPARAM) cbmax; lParam = (LPARAM) (LPTSTR) psz; // Corresponding macro int CommDlg_OpenSave_GetFilePath(hdlg, psz, cbmax);
Parameters
hdlg
Handle of the common dialog box window to receive the message.
psz
Pointer to the buffer that receives the filename and path.
cbmax
Size, in bytes (ANSI version) or characters (Unicode version), of the psz buffer.
Return Values
If the message succeeds, the return value is the size, in bytes or characters, of the filename and path string, including the terminating NULL character. This is either the number of bytes or characters copied to the psz buffer, or the required buffer size if the buffer is too small. If an error occurs, the return value is less than zero.
See Also
GetOpenFileName, GetSaveFileName, OPENFILENAME
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
CDM_GETFILEPATH
[Новый - Windows NT]
Сообщение CDM_GETFILEPATH извлекает путь и filename выбранного файла в Исследователе-стиле Открытом или Сохраняемом Как общий диалоговый ящик. Диалоговый ящик по-видимому создан флагом OFN_EXPLORER; в противном случае, сообщение терпит неудачу.
CDM_GETFILEPATH wParam = (WPARAM) cbmax; lParam = psz (LPARAM) (LPTSTR); // Соответствовать макро int CommDlg_OpenSave_GetFilePath(hdlg, psz, cbmax);
Параметры
hdlg
Прооперируйте общее диалоговое окно ящика, чтобы получать сообщение.
psz
Указатель в буфер, который получает filename и путь.
cbmax
Размер, в байтах (версия ANSI) или символы (версия Уникода), psz буфера.
Обратные Величины
Если сообщение добивается успеха, обратная величина является размером, в байтах или символах, filename и строки пути, включая завершающий НЕДЕЙСТВИТЕЛЬНЫЙ символ. Это - или количество байтов или символы копировались в psz буфер, или необходимый буферный размер если буфер слишком небольшой. Если ошибка происходит, обратная величина - менее чем нуль.
Смотри Также
GetOpenFileName, GetSaveFileName, OPENFILENAME
|
|
|
|
| |