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.

23 lines
619 B

  1. /*++ BUILD Version: 0001
  2. *
  3. * WOW v1.0
  4. *
  5. * Copyright (c) 1991, Microsoft Corporation
  6. *
  7. * WGPRNSET.H
  8. * WOW32 printer setup support routines
  9. *
  10. * These routines help a Win 3.0 task to complete the printer set-up,
  11. * when a user initiates the printer setup from the file menu of an
  12. * application.
  13. *
  14. * History:
  15. * Created 18-Apr-1991 by Chandan Chauhan (ChandanC)
  16. --*/
  17. #define DBG_UNREFERENCED_LOCAL_VARIABLE(V) (V)
  18. ULONG FASTCALL WG32DeviceMode (PVDMFRAME pFrame);
  19. ULONG FASTCALL WG32ExtDeviceMode (PVDMFRAME pFrame);
  20. ULONG FASTCALL WG32DeviceCapabilities (PVDMFRAME pFrame);