SPFILENOTIFY_FILEOPDELAYED
[New
- Windows NT]
The
SPFILENOTIFY_FILEOPDELAYED notification is sent by SetupInstallFileEx
SPFILENOTIFY_FILEOPDELAYED
Param1 =
(UINT) FilePathInfo;
Param2 =
(UINT) 0;
Parameters
Param1
Pointer to a FILEPATHS
If the delayed operation is a file copy operation, the FILEPATHS
structure contains the following information.
FILEPATH
member |
Value |
Win32Error |
NO_ERROR |
Flags |
FILEOP_COPY |
Source |
The full
Win32 path of the temporary file. This
temporary file will be copied to the target directory when the system is
rebooted. The setup
functions automatically generate a path for the temporary file. |
Target |
Specifies
the full Win32 path of the actual target file. |
If the delayed operation is a file delete operation, the FILEPATHS
structure contains the following information.
FILEPATH
member |
Value |
Win32Error |
NO_ERROR |
Flags |
FILEOP_DELETE |
Source |
NULL |
Target |
Specifies
the full Win32 path of the file to be deleted. |
Param2
Is not used.
Return Values
The return
value is ignored.
See Also
FILEPATHS, SetupCommitFileQueue