Leaked source code of windows server 2003
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
447 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * WOW v1.0
  4. *
  5. * Copyright (c) 1992, Microsoft Corporation
  6. *
  7. * WOWINT.H
  8. * 16-bit Internal API argument structures
  9. *
  10. * History:
  11. * Created 22-Apr-1992 by FritzS
  12. *
  13. --*/
  14. #define FUN_SETTABLE 0 //
  15. /* XLATOFF */
  16. #pragma pack(2)
  17. /* XLATON */
  18. typedef struct _WOWSETTABLE16 { /* i0 */
  19. VPSZ f1;
  20. } WOWSETTABLE16, *PWOWSETTABLE16;
  21. /* XLATOFF */
  22. #pragma pack()
  23. /* XLATON */