SPFILENOTIFY_FILEEXTRACTED
[New
- Windows NT]
The
SPFILENOTIFY_FILEEXTRACTED notification is sent to a callback routine by SetupIterateCabinet
SPFILENOTIFY_FILEEXTRACTED
Param1 =
(UINT) FilePathInfo;
Param2 =
(UINT) 0;
Parameters
Param1
Pointer to a FILEPATHS
The SourceFile member of the FILEPATHS structure contains
the full Win32 source path of the cabinet. The TargetFile member
supplies the full Win32 target path of the file to be installed on the system.
Param2
Unused.
Return Values
The cabinet
callback routine should return one of the following values.
Value |
Meaning |
NO_ERROR |
No error
was encountered, continue processing the cabinet. |
ERROR_XXX |
An error of
the specified type occurred. SetupIterateCabinet will return FALSE. GetLastError |
Note There is no
default cabinet callback routine supplied with the Setup API. Your setup
application should supply a callback routine to handle the notifications sent
by the SetupIterateCabinet function.
See Also