universe/.vscode/html.code-snippets

53 lines
1.7 KiB
Plaintext

{
"driver": {
"prefix": "mxdriver",
"body": [
"<p></p>",
"<h3>Devices overview</h3>",
"<table>",
" <tr>",
" <td>Device Name</td>",
" <td><code>\\Device\\\\$1</code></td>",
" </tr>",
" <tr>",
" <td>Symlink Name</td>",
" <td><code>\\DosDevices\\\\$1</code></td>",
" </tr>",
" <tr>",
" <td>Userspace Name</td>",
" <td><code>\\\\\\\\.\\\\$1</code></td>",
" </tr>",
" <tr>",
" <td>Device GUID</td>",
" <td></td>",
" </tr>",
"</table>",
"<h3>IO control codes</h3>",
"<table>",
" <thead>",
" <tr>",
" <td>IOCTL Code</td>",
" <td>#define</td>",
" <td>Bytes in</td>",
" <td>Bytes out</td>",
" <td>Meaning</td>",
" </tr>",
" </thead>",
" <tbody>",
" <tr>",
" <td><code></code></td>",
" <td><code>{{ ioctl() }}</code></td>",
" <td></td>",
" <td></td>",
" <td></td>",
" </tr>",
" </tbody>",
"</table>",
"<h3>Ports used</h3>",
"<ul>",
" <li><code></code></li>",
"</ul>"
],
"description": "mx driver"
}
}