2012年6月13日
摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace 遍历打印机{ class CPrintApi { #region 预定义类型 [FlagsAttribute] public enum PrinterEnumFlags { PRINTER_ENUM_DEFAULT = 0x00000001, PRINTER_ENU... 阅读全文
posted @ 2012-06-13 11:31 键盘笔记 阅读(179) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace 遍历打印机{ class CPrintApi { #region 预定义类型 [FlagsAttribute] public enum PrinterEnumFlags { PRINTER_ENUM_DEFAULT = 0x00000001, PRINTER_ENUM_LOCAL = 0x00000002, PRINTER_ENUM_CONNECTIONS = 0x00000 阅读全文
posted @ 2012-06-13 11:29 键盘笔记 阅读(152) 评论(0) 推荐(0)