#define MSG_TIMER 0xfe
#define MSG_NULL 0xff
See: | Type struct _NUTMSG |
struct _NUTMSG | |
{ | |
u_char id; | |
int param; | |
void* data; | |
} |
See: | Type struct _NUTMSG |
See: | Type struct _NUTMSGQ |
struct _NUTMSGQ | |
{ | |
HANDLE mq_wait; | |
NUTMSGTMR* mq_timers; | |
NUTMSGQ* mq_next; | |
u_char mq_read; | |
u_char mq_write; | |
u_char mq_mask; | |
NUTMSG mq_que[1]; | |
} |