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.
 
 
 
 
 
 

26 lines
580 B

<HTML XMLNS:devmgr>
<?IMPORT namespace="devmgr" implementation="devcls.htc" >
<HEAD>
<TITLE>DeviceConsole: List all devices</TITLE>
<HTA:APPLICATION>
</HEAD>
<BODY bgcolor = "#00ffff">
<H1>Devices:</H1>
<SCRIPT LANGUAGE=vbscript>
<!--
DIM DevCon
DIM DevClasses
DIM DevCls
SET DevCon = CreateObject("DevCon.DeviceConsole")
SET DevClasses = DevCon.SetupClasses
FOR EACH DevCls IN DevClasses
document.write "<devmgr:devcls guid=""" & DevCls.Guid & """>" & DevCls.Description & "</devmgr:devcls><br>"
NEXT
-->
</SCRIPT>
</BODY>
</HTML>