Sent to a WIMMessageCallback function to indicate the number of files to capture or to apply.
WIM_MSG_SETRANGE wParam = (DWORD) 0; lParam = (DWORD) dwFileCount;
Parameters
wParam
[in] Unused.
lParam
[in] Specifies the number of files to capture or to apply.
Return Value
Your routine must return WIM_MSG_SUCCESS.
Remarks
This message is provided primarily for capture operations. For apply operations, use the WIM_MSG_PROGRESS message.