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.
|
|
<% '------------------------------------------------------------ ' ' Microsoft Internet Printing Project ' ' Copyright (c) Microsoft Corporation. All rights reserved. ' '------------------------------------------------------------ %>
<% Const ADSI_PRINTER_NAME = 1 Const ADSI_PRINTER_LOCATION = 2 Const ADSI_PRINTER_COMMENT = 3 Const ADSI_PRINTER_MODEL = 4 Const ADSI_PRINTER_STATUS = 5 Const ADSI_PRINTER_JOBS = 6 Const ADSI_PRINTER_SHARE = 7 Const ADSI_PRINTER_ACCESS = 8 Const ADSI_PRINTER_ATTRIBUTES = 8
%>
|