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.

21 lines
536 B

  1. <%
  2. '------------------------------------------------------------
  3. '
  4. ' Microsoft Internet Printing Project
  5. '
  6. ' Copyright (c) Microsoft Corporation. All rights reserved.
  7. '
  8. '------------------------------------------------------------
  9. %>
  10. <%
  11. Const ADSI_PRINTER_NAME = 1
  12. Const ADSI_PRINTER_LOCATION = 2
  13. Const ADSI_PRINTER_COMMENT = 3
  14. Const ADSI_PRINTER_MODEL = 4
  15. Const ADSI_PRINTER_STATUS = 5
  16. Const ADSI_PRINTER_JOBS = 6
  17. Const ADSI_PRINTER_SHARE = 7
  18. Const ADSI_PRINTER_ACCESS = 8
  19. Const ADSI_PRINTER_ATTRIBUTES = 8
  20. %>