mirror of https://github.com/tongzx/nt5src
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.
CryptoAlgo Inc
daad8a087a
|
4 years ago | |
---|---|---|
.. | ||
assert.c | 4 years ago | |
common.c | 4 years ago | |
hid.h | 4 years ago | |
makefile | 4 years ago | |
map.c | 4 years ago | |
map.h | 4 years ago | |
mapcf.c | 4 years ago | |
mappsx.c | 4 years ago | |
mem.c | 4 years ago | |
monitor.c | 4 years ago | |
monitor.h | 4 years ago | |
monitor.htm | 4 years ago | |
monitor.ico | 4 years ago | |
monitor.inf | 4 years ago | |
monitor.rc | 4 years ago | |
monsamp.def | 4 years ago | |
pnp.c | 4 years ago | |
readme.htm | 4 years ago | |
sources | 4 years ago |
readme.htm
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>MONITOR</title>
</head>
<body>
<p><br>
MONITOR.DLL: A sample USB monitor control panel application<br>
<br>
<br>
COMPONENTS<br>
============<br>
</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="77%" id="AutoNumber1" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">
<tr>
<td width="22%">monitor.c </td>
<td width="78%">Main dialog box procedure</td>
</tr>
<tr>
<td width="22%">pnp.c </td>
<td width="78%">Routines for finding HID monitors </td>
</tr>
<tr>
<td width="22%">map.c </td>
<td width="78%">DLL entry routine</td>
</tr>
<tr>
<td width="22%">mapcf.c</td>
<td width="78%">IClassFactory interface</td>
</tr>
<tr>
<td width="22%">mappsx.c</td>
<td width="78%">Add pages routine</td>
</tr>
<tr>
<td width="22%">mem.c</td>
<td width="78%">Memory management</td>
</tr>
<tr>
<td width="22%">common.c</td>
<td width="78%">Shared components</td>
</tr>
<tr>
<td width="22%">assert.c</td>
<td width="78%">Assertion routines</td>
</tr>
<tr>
<td width="22%">hid.h</td>
<td width="78%">Data structures for a HID device</td>
</tr>
<tr>
<td width="22%">map.h</td>
<td width="78%">Main private header file</td>
</tr>
<tr>
<td width="22%">monitor.h</td>
<td width="78%">Contains USB monitor control class function information</td>
</tr>
<tr>
<td width="22%">monitor.rc </td>
<td width="78%">Resource file for dialog box GUI</td>
</tr>
<tr>
<td width="22%">monitor.ico</td>
<td width="78%">Icon file</td>
</tr>
<tr>
<td width="22%">monitor.inf</td>
<td width="78%">Installation file</td>
</tr>
<tr>
<td width="22%">monsamp.def </td>
<td width="78%">Export file</td>
</tr>
<tr>
<td width="22%">sources</td>
<td width="78%">Generic DDK sources file</td>
</tr>
<tr>
<td width="22%">makefile</td>
<td width="78%">DDK build environment makefile</td>
</tr>
</table>
<p>INSTALLATION<br>
=============<br>
<br>
To install the application, copy monitor.inf and monitor.dll to the same
location. Using Windows(R) Explorer, right-click on monitor.inf and select
Install. This will copy the files to the proper location and make the necessary
registry modifications.<br>
<br>
To access the Control Panel, right-click on the desktop and then select
Properties. Select the Settings tab and click the Advanced button. You will see
an MS-USB Monitor tab.<br>
<br>
To uninstall, open the Control Panel and select Add/Remove Programs. There will
be an option for MS-USB Monitor.<br>
<br>
</p>
</body>
</html>