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.

52 lines
590 B

  1. /*++
  2. Copyright (c) 1990-1995 Microsoft Corporation
  3. Module Name:
  4. validate.h
  5. Abstract:
  6. This module contains validatation defintions
  7. Author:
  8. 05-Sep-1995 Tue 19:30:34 created -by- Daniel Chou (danielc)
  9. [Environment:]
  10. NT Windows - Common Printer Driver UI DLL
  11. [Notes:]
  12. Revision History:
  13. --*/
  14. LONG
  15. ValidatepOptItem(
  16. PTVWND pTVWnd,
  17. DWORD DMPubHideBits
  18. );
  19. UINT
  20. SetOptItemNewDef(
  21. HWND hDlg,
  22. PTVWND pTVWnd,
  23. BOOL DoDef2
  24. );
  25. BOOL
  26. CleanUpTVWND(
  27. PTVWND pTVWnd
  28. );