NXLockInfo_t

Contains information about a mutually exclusive lock.

Service:Synchronization

Structure

  #include <nks/synch.h>
  
  typedef struct 
  { 
     char           *liName[NX_MAX_OBJECT_NAME_LEN+1]; 
     unsigned long   liFlags; 
     unsigned long   liPad[2]; 
  } NXLockInfo_t;
  

Fields

liName

Points to the null-terminated name of the lock (mutex or reader-writer lock). On NetWare®, naming a mutex enhances debugging.

liFlags

Is for future use. Set to zero.

liPad

Is for future expansion. Set to zero.