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.

64 lines
874 B

  1. /*++
  2. Copyright (c) 1990-1995 Microsoft Corporation
  3. Module Name:
  4. stdpage.h
  5. Abstract:
  6. This module contains definitions of stdpage.c
  7. Author:
  8. 29-Aug-1995 Tue 17:08:18 created -by- Daniel Chou (danielc)
  9. [Environment:]
  10. NT Windows - Common Printer Driver UI DLL.
  11. [Notes:]
  12. Revision History:
  13. --*/
  14. #define STDPAGEID_0 0
  15. #define STDPAGEID_1 1
  16. #define STDPAGEID_NONE 0xFF
  17. typedef struct _STDPAGEINFO {
  18. WORD BegCtrlID;
  19. BYTE iStdTVOT;
  20. BYTE cStdTVOT;
  21. WORD StdNameID;
  22. WORD HelpIdx;
  23. WORD StdPageID;
  24. WORD wReserved[1];
  25. } STDPAGEINFO, *PSTDPAGEINFO;
  26. LONG
  27. AddIntOptItem(
  28. PTVWND pTVWnd
  29. );
  30. LONG
  31. SetStdPropPageID(
  32. PTVWND pTVWnd
  33. );
  34. LONG
  35. SetpMyDlgPage(
  36. PTVWND pTVWnd,
  37. UINT cCurPages
  38. );