
windows driver
文章平均质量分 80
sandro_zhang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Device Class GUIDs for Popular Types of Hardware
今天发现驱动的类的GUID都是唯一的,不能随意更改,找到了一个列表,记录下来。Other than programming for a device driver, the Globally Unique Identifier (GUID) for a device转载 2011-09-19 10:22:49 · 1367 阅读 · 0 评论 -
像素,尺寸大小的转换
今日转换打印机页面大小时有些含糊,现做记录。以A4纸为例:XPS文件中print ticket 大小如下:210000297000单位为微米。即A4大小以毫米计算,为 210×297mm.分辨率是96像素/英寸时,A4纸的尺寸的图像的像素是794×1123; 分辨率是150像素/英寸时,A4纸的尺寸的图像的像素是1240×1754; 分辨率是300像素/英原创 2011-10-31 17:25:15 · 16431 阅读 · 0 评论 -
打印机控制命令行
在CMD中输入rundll32 printui.dll,PrintUIEntry 即可得到如下用法和示例:Usage: rundll32 printui.dll,PrintUIEntry [options] [@commandfile] /a[file] binary file name /b[name] base printer name /c[name] unc mach原创 2011-11-30 10:52:27 · 6910 阅读 · 1 评论