Changeset 3522 for trunk/include/win/queue.h
- Timestamp:
- May 12, 2000, 8:04:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/queue.h
r4 r3522 1 /* $Id: queue.h,v 1. 1 1999-05-24 20:19:18 ktkExp $ */1 /* $Id: queue.h,v 1.2 2000-05-12 18:04:11 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #include "winuser.h" 14 14 #include "thread.h" 15 16 17 /* Message as stored in the queue (contains the extraInfo field) */18 typedef struct tagQMSG19 {20 MSG msg;21 DWORD extraInfo; /* Only in 3.1 */22 23 struct tagQMSG *nextMsg;24 struct tagQMSG *prevMsg;25 } QMSG;26 15 27 16
Note:
See TracChangeset
for help on using the changeset viewer.