The SP_FILE_CALLBACK data type is a pointer to a callback routine that has the format expected by the setup functions. For information on how to build a callback routine, see Notifications, Creating a Custom Queue Callback Routine, and Creating a Cabinet Callback Routine.
typedef UINT (*PSP_FILE_CALLBACK)(
PVOID Context, //context used by the callback routine
UINT Notification, //notification sent to callback routine
UINT Param1, //additional notification information
UINT Param2 //additional notification information
);
Windows NT: Use version 4.0 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in setupapi.h.
Overview, Data Types, SetupCommitFileQueue, SetupInstallFile, SetupInstallFileEx, SetupInstallFromInfSection, SetupIterateCabinet