rc (ULONG)

      Return codes indicating success or type of failure:

      MCIERR_SUCCESS

        MMPM/2 command completed successfully.
      MCIERR_OUT_OF_MEMORY
        System out of memory.
      MCIERR_TUNER_NO_HW
        Device has no tuner support.
      MCIERR_TUNER_CHANNEL_SKIPPED
        Channel skipped in region.
      MCIERR_TUNER_CHANNEL_TOO_HIGH
        Channel too high for region.
      MCIERR_TUNER_CHANNEL_TOO_LOW
        Channel too low for region.
      MCIERR_AUD_CHANNEL_OUTOFRANGE
        Audio channel out of range.
      MCIERR_INVALID_REGION
        Region file either does not exist or is invalid.
      MCIERR_TUNER_REGION_NOT_SET
        Region has not been set.
      MCIERR_MISSING_PARAMETER
        Missing parameter for this command.
      MCIERR_DRIVER
        Internal MMPM/2 driver error.
      MCIERR_INVALID_FLAG
        Invalid flag specified.
      MCIERR_MISSING_FLAG
        Flag missing for this command.
      MCIERR_UNSUPPORTED_FLAG
        Flag not supported by this MMPM/2 driver for this command.
      MCIERR_FLAGS_NOT_COMPATIBLE
        Flags cannot be used together.
      MCIERR_INSTANCE_INACTIVE
        Instance inactive.


      [Back] [Next]