DoOrganizeFavDlg function
Displays the standard Windows Internet Explorer Organize Favorites dialog box.
Syntax
BOOL DoOrganizeFavDlg( _In_ HWND hwnd, _In_ __wchar_t *pszInitDir );
Parameters
- hwnd [in]
-
A handle to the owner window for the dialog.
- pszInitDir [in]
-
A string that contains the initial directory to use as root. If NULL, the Favorites folder of the current user is used.
Return value
TRUE if successful, or FALSE otherwise.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
DLL |
|
Show: