Contains information about a mutually exclusive lock.
#include <nks/synch.h>
typedef struct
{
char *liName[NX_MAX_OBJECT_NAME_LEN+1];
unsigned long liFlags;
unsigned long liPad[2];
} NXLockInfo_t;
Points to the null-terminated name of the lock (mutex or reader-writer lock). On NetWare®, naming a mutex enhances debugging.
Is for future use. Set to zero.
Is for future expansion. Set to zero.