UndeleteFileUndeleteFile*
*



Contents  *



Index  *Topic Contents
*Previous Topic: FMExtensionProc
*Next Topic: Macros

UndeleteFile


DWORD APIENTRY UndeleteFile(
    HWND hwndOwner, 
    LPSTR lpszDir 
);	

Application-defined callback function called by File Manager when the user chooses the Undelete command from the File menu.

hwndOwner
Window handle to File Manager. An undelete dynamic-link library (DLL) should use this handle to specify the owner window for any dialog box or message box the DLL might display.
lpszDir
Address of a null-terminated string that contains the name of the initial directory.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.