[in] The low end of the range of appointments being processed. It is usually zero.
ulMax
[in] The high end of the range of appointments being processed. It is usually the number of items in the calendar folder being processed.
ulCur
[in] The current item being processed.
State
[in] A value that indicates the status of the item being processed. The enumeration REBASE_APPT_STATE is defined in tzmovelib.h. State is one of the following values:
REBASE_APPT_STATE_SCANNING_EXAMINING—Scanning and examining an item.
REBASE_APPT_STATE_SCANNING_FOUND—Scanning and found an item.
REBASE_APPT_STATE_BEGIN—Fixing and starting an item.
REBASE_APPT_STATE_REBASING—Fixing and adjusting an item.
REBASE_APPT_STATE_SENDING—Fixing and sending a meeting update.
REBASE_APPT_STATE_DONE—Fixing and done with an item.
pRowCur
[in] A pointer to an SRow structure that describes the item being scanned or fixed.