WIM_MSG_STEPIT

Sent to the WIMMessageCallback function to indicate that a file was either captured or applied.

WIM_MSG_STEPIT

  wParam = (DWORD) 0;
  lParam = (DWORD) 0;

Parameters

wParam

[in] Not used.

lParam

[in] Not used.

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 notification.

See Also

Concepts

WIMMessageCallback
WIM_MSG_PROGRESS