◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSSEMAPHORES typedef struct _MUXSEM { /* mxs */ USHORT zero; HSEM hsem; } MUXSEM; The MUXSEM structure contains the semaphore used in the MUXSEMLIST structure. Field Description ──────────────────────────────────────────────────────────────────────────── zero Specifies a reserved value; must be zero. hsem Identifies the semaphore. The handle must have been created previously by using the DosCreateSem or DosOpenSem function. See Also DosCreateSem, DosOpenSem, MUXSEMLIST ♦