The SPFILENOTIFY_QUEUESCAN notification is sent to a callback routine by SetupScanFileQueue for each node in the copy subqueue of the file queue. This only occurs if the SetupScanFileQueue function was called specifiying the flag SPQ_SCAN_USE_CALLBACK.
SPFILENOTIFY_QUEUESCAN
Param1 = (UINT) TargetPath;
Param2 = (UINT) DelayFlag;
The callback routine should return a Win32 error code.
If the callback routine returns NO_ERROR, the queue scan continues. If the routine returns any other Win32 error code, the queue scan aborts and SetupScanFileQueue returns FALSE.
Note This notification is not handled by the SetupDefaultQueueCallback function.
Windows NT: Use version 4.0 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in setupapi.h.
Overview, Notifications, SetupScanFileQueue