RAM Semaphore structure.

typedef struct _RAMSEM {
  ULONG     semwords[8];  /*  Semaphore private memory. */
} RAMSEM;

typedef   RAMSEM   * PRAMSEM ;


[Back: RAM Semaphore Support Data Types]
[Next: RAMSEM Field - semwords[8]]