ulParam1 (ULONG)

      This parameter can contain the following flags:

      MCI_NOTIFY

        A notification message will be posted to the window specified in the hwndCallback parameter of the data structure pointed to by the pParam2 parameter. The notification will be posted when the action indicated by this message is completed or when an error occurs.
      MCI_WAIT
        Control is not to be returned until the action indicated by this message is completed or an error occurs.
      MCI_RETURN_RESOURCE
        This flag releases a device instance from the active state and makes the next available inactive device instance active. The device instance will not be made active again unless MCI_ACQUIREDEVICE is issued for this device instance, or no other application is using the device. If the instance is already inactive, the message is ignored.


      [Back] [Next]