ReservationGenericInfoDef

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

Syntax

  struct ReservationGenericInfoDef 
  { 
      OBID   objectid; 
      OBID   applicationid; 
      LONG   type; 
  };
  

Fields

objectid
The OBID of the reserved IO object.
applicationid
The OBID of the application that has the reservation.
type
The reservation type.

See Also

Reservation Class