SharedReserveRequestDef

A pointer to this structure is given as alertreason in a reservation’s alert routine when a shared reservation is requested.

Syntax

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

Fields

applicationid
The OBID of the application object requesting a shared reservation.
objectid
The OBID of the IO object to be shared.
type
The type of reservation requested.

See Also