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