Sent to a WIMMessageCallback function to indicate that volume information is gathered during an image capture.

WIM_MSG_SCANNING

  wParam = (DWORD) dwDirectoryCount;
  lParam = (DWORD) dwFileCount;

Parameters

wParam

[in] Specifies the number of directories that were scanned.

lParam

[in] Specifies the number of files that were scanned.

Return Value

Your routine must return WIM_MSG_SUCCESS.

Remarks

This message is provided for feedback during long volume captures.

See Also