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.

36 lines
991 B

  1. /*=============================================================================
  2. * FILENAME: nc46ntui.h
  3. * Copyright (C) 1996-1998 HDE, Inc. All Rights Reserved. HDE Confidential.
  4. * Copyright (C) 1999 NEC Technologies, Inc. All Rights Reserved.
  5. *
  6. * DESCRIPTION: main header file for OEM User interface Dll.
  7. *
  8. * NOTES:
  9. *=============================================================================
  10. */
  11. #ifndef NC46NT_H
  12. #define NC46NT_H
  13. // #define WINVER 0x0500
  14. // #define _WIN32_WINNT 0x0500
  15. // the signature and version of Adobe PostScript OEM dll
  16. #define OEM_SIGNATURE 'NEC '
  17. #define OEM_VERSION 0x00000001L
  18. #define NEC_USERNAME_BUF_LEN 256
  19. #define NEC_DOCNAME_BUF_LEN 256
  20. // OEM devmode structure
  21. typedef struct tagOEMDEV
  22. {
  23. OEM_DMEXTRAHEADER dmOEMExtra;
  24. TCHAR szUserName[NEC_USERNAME_BUF_LEN];
  25. // char szDocName[NEC_DOCNAME_BUF_LEN];
  26. }OEMDEV, *POEMDEV;
  27. #endif // NC46NT_H