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_INVALID_DEVICE_ID
        Invalid device ID given.
      MCIERR_MISSING_PARAMETER
        Missing parameter for this command.
      MCIERR_DRIVER
        Internal MMPM/2 driver error.
      MCIERR_INVALID_FLAG
        Invalid flag specified for this command.
      MCIERR_UNSUPPORTED_FLAG
        Flag not supported by this MMPM/2 driver for this command.
      MCIERR_MISSING_FLAG
        Flag missing for this MMPM/2 command.
      MCIERR_FLAGS_NOT_COMPATIBLE
        The flags cannot be used together.
      MCIERR_MISSING_STRING_ARGUMENT
        Missing required string argument.
      MCIERR_INVALID_ITEM_FLAG
        Invalid item flag specified for this command.
      MCIERR_INSTANCE_INACTIVE
        Instance inactive.
      MCIERR_OUTOFRANGE
        Value given is out of range.
      MCIERR_UNSUPPORTED_FUNCTION
        Function not supported.


      [Back] [Next]