Specifies an application-defined callback function used with the SHBrowseForFolder function. The browse dialog box calls this function to notify it about events. The BFFCALLBACK type defines a pointer to this callback function.
int BrowseCallbackProc(
HWND hwnd, | |
UINT uMsg, | |
LPARAM lParam, | |
LPARAM lpData | |
); |
BFFM_ENABLEOK |
Enables the OK button if the wParam parameter is nonzero or disables it if wParam is zero. |
BFFM_SETSELECTION |
Selects the specified folder. The lParam parameter is the PIDL of the folder to select if wParam is FALSE, or it is the path of the folder otherwise. |
BFFM_SETSTATUSTEXT |
Sets the status text to the null-terminated string specified by the lParam parameter. |
BFFM_INITIALIZED |
The browse dialog box has finished initializing. lpData is NULL. |
BFFM_SELCHANGED |
The selection has changed. lpData is a pointer to the item identifier list for the newly selected folder. |
Returns zero.
file: /Techref/os/win/api/win32/func/src/f03_14.htm, 4KB, , updated: 2001/6/23 19:30, local time: 2024/11/7 17:50,
3.17.77.42: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://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f03_14.htm"> BrowseCallbackProc</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.