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.

47 lines
533 B

  1. /*++
  2. Copyright (c) 1990-1995 Microsoft Corporation
  3. Module Name:
  4. convert.h
  5. Abstract:
  6. This module contains all previous version data
  7. Author:
  8. 10-Oct-1995 Tue 19:27:36 created -by- Daniel Chou (danielc)
  9. [Environment:]
  10. NT Windows - Common Printer Driver UI DLL
  11. [Notes:]
  12. Revision History:
  13. --*/
  14. LONG
  15. InitMYDLGPAGE(
  16. PMYDLGPAGE pMyDP,
  17. PDLGPAGE pDP,
  18. UINT cDP
  19. );
  20. LONG
  21. GetCurCPSUI(
  22. PTVWND pTVWnd,
  23. POIDATA pOIData,
  24. PCOMPROPSHEETUI pCPSUIFrom
  25. );