Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Specifies an application-defined callback function called by File Manager when the user chooses the Undelete command from the File menu.
typedef DWORD ( APIENTRY *FM_UNDELETE_PROC)(
HWND hwndOwner,
LPSTR lpszDir
);
hwndOwner
Type: HWND
The window handle to File Manager. An undelete DLL should use this handle to specify the owner window for any dialog box or message box the DLL might display.
lpszDir
Type: LPSTR
The address of a null-terminated string that contains the name of the initial directory.
Type: DWORD
Returns one of the following values.
Return code | Description |
---|---|
|
An error occurred. |
|
A file was undeleted. File Manager repaints its window. |
|
No file was undeleted. |
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today