MagazineSpecificInfoDef

Returned by MM_ReturnObjectGenericInfo when a magazine OBID is passed to it.

Syntax

  struct MagazineSpecificInfoDef 
  { 
      LONG   status; 
      BYTE   name[MM_MAX_OBJECT_STRING_LEN]; 
      LONG   numberofslots; 
      OBID   slotmappingtable[1]; 
  };
  

Fields

status
The value in this field is a collection of those defined by the Object Generic Status and the IO Object Status.
name
The null-terminated name of the magazine. The length, including the null, will not be larger than MM_MAX_OBJECT_STRING_LEN.
numberofslots
The number of slots in the magazine.
slotmappingtable
An array of the number of OBIDs identifying the object in a slot. A slot object indicates an empty slot. A media object indicates a slot with media in it.