The CDM_GETFOLDERPATH message retrieves the path of the currently open folder or directory for 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_GETFOLDERPATH wParam = (WPARAM) cbmax; lParam = (LPARAM) (LPTSTR) psz; // Corresponding macro int CommDlg_OpenSave_GetFolderPath(hdlg, psz, cbmax);
If the message succeeds, the return value is the size, in bytes or characters, of the 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.
GetOpenFileName, GetSaveFileName, OPENFILENAME
file: /Techref/os/win/api/win32/mess/src/msg02_27.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/10 09:21,
3.21.244.95:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mess/src/msg02_27.htm"> CDM_GETFOLDERPATH</A> |
Did you find what you needed? |