Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
460 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * MVDM v1.0
  4. *
  5. * Copyright (c) 1991, Microsoft Corporation
  6. *
  7. * WOWCLIP.H
  8. *
  9. * History:
  10. * 09-22-92 Craig Jones (v-cjones)
  11. * Created.
  12. --*/
  13. /* XLATOFF */
  14. #pragma pack(2)
  15. /* XLATON */
  16. typedef struct tagMETAFILEPICT16 { /* mfp16wow32 */
  17. WORD mm;
  18. WORD xExt;
  19. WORD yExt;
  20. HMEM16 hMF;
  21. } METAFILEPICT16;
  22. typedef METAFILEPICT16 UNALIGNED *LPMETAFILEPICT16;
  23. /* XLATOFF */
  24. #pragma pack()
  25. /* XLATON */