Changeset 346 for branches/branch-1-0/include/helpers
- Timestamp:
- Dec 16, 2006, 12:42:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/include/helpers/winh.h
r337 r346 674 674 675 675 // V1.0.6 (2006-10-28) [pr] 676 // V1.0.7 (2006-12-16) [pr]: Named screen width/height parameters 676 677 677 678 /* … … 697 698 USHORT usMinXPos; 698 699 USHORT usMinYPos; 699 ULONG ul Res3; // Always 0x0400 (???)700 ULONG ul Res4; // Always 0x0300 (???)701 ULONG ulRes 5; // Always 0xFFFFFFFF (???)702 ULONG ulRes 6; // Always 0xFFFFFFFF (???)700 ULONG ulScreenWidth; 701 ULONG ulScreenHeight; 702 ULONG ulRes3; // Always 0xFFFFFFFF (???) 703 ULONG ulRes4; // Always 0xFFFFFFFF (???) 703 704 ULONG ulPPLen; // Presentation Parameters length 704 705 } STOREPOS, *PSTOREPOS;
Note:
See TracChangeset
for help on using the changeset viewer.