/*----------------------------------------------------------+ | SHARE Multi-tasking Example - 1998 Winter conference | | session 5957 | +----------------------------------------------------------*/ void WriteQueue(PQUEUE, UINT, PUCHAR); void ReadQueue(PQUEUE, PUINT, PUCHAR); void Log(PSZ); void Lock(PLOCK, PULONG); void Unlock(PULONG);