22 lines
520 B
PHP
22 lines
520 B
PHP
<%
|
|
'------------------------------------------------------------
|
|
'
|
|
' Microsoft Internet Printing Project
|
|
'
|
|
' Copyright (c) Microsoft Corporation 1998
|
|
'
|
|
'------------------------------------------------------------
|
|
%>
|
|
|
|
<%
|
|
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
|
|
|
|
%> |