Updates the display rectangle. This command is part of the animation command set. The parameters and flags for this message vary according to the selected device.
MCI_NOTIFY | Specifies that MCI should post the MM_MCINOTIFY message when this command completes. The window to receive this message is specified in the dwCallback member of the structure identified by lParam2. |
MCI_WAIT | Specifies that the palette should be realized before MCI returns control to the application. |
The following flags additional flags for lParam1 apply to animation devices supporting MCI_UPDATE:
MCI_ANIM_RECT | Specifies that the rc member of the structure identified by lParam2 contains a valid rectangle. If this flag is not specified, the entire window is updated. |
MCI_ANIM_UPDATE_HDC | Specifies that the hDC member of the structure identified by lParam2 contains a handle to the display context. This flag is required. |
Note that lParam2 specifies a far pointer to a MCI_ANIM_UPDATE_PARMS structure.
MCI_PUT, MCI_WHERE