Changeset 1182 for trunk/include/winaccel.h
- Timestamp:
- Oct 8, 1999, 11:52:34 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winaccel.h
r581 r1182 1 /* $Id: winaccel.h,v 1. 1 1999-08-19 14:18:24sandervl Exp $ */1 /* $Id: winaccel.h,v 1.2 1999-10-08 09:52:02 sandervl Exp $ */ 2 2 3 3 /* … … 24 24 #pragma pack(1) 25 25 typedef struct tagWINACCEL { 26 BYTE fVirt; /* Also called the flags field */ 26 BYTE fVirt; 27 BYTE pad0; 27 28 WORD key; 28 29 WORD cmd; 29 BYTE align[3];30 WORD pad1; 30 31 } WINACCEL, *LPWINACCEL; 31 32 #pragma pack()
Note:
See TracChangeset
for help on using the changeset viewer.