Changeset 346 for trunk/include/helpers/winh.h
- Timestamp:
- Dec 16, 2006, 12:42:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/winh.h
r337 r346 764 764 765 765 // V1.0.6 (2006-10-28) [pr] 766 // V1.0.7 (2006-12-16) [pr]: Named screen width/height parameters 766 767 767 768 /* … … 787 788 USHORT usMinXPos; 788 789 USHORT usMinYPos; 789 ULONG ul Res3; // Always 0x0400 (???)790 ULONG ul Res4; // Always 0x0300 (???)791 ULONG ulRes 5; // Always 0xFFFFFFFF (???)792 ULONG ulRes 6; // Always 0xFFFFFFFF (???)790 ULONG ulScreenWidth; 791 ULONG ulScreenHeight; 792 ULONG ulRes3; // Always 0xFFFFFFFF (???) 793 ULONG ulRes4; // Always 0xFFFFFFFF (???) 793 794 ULONG ulPPLen; // Presentation Parameters length 794 795 } STOREPOS, *PSTOREPOS;
Note:
See TracChangeset
for help on using the changeset viewer.