示例#1
0
文件: DCB.cs 项目: ASoftTech/Appst.IO
 /// <summary> Default Constructor. </summary>
 internal DCB() {
     dcb = new DCB_Unmanaged();
 }
示例#2
0
文件: DCB.cs 项目: ASoftTech/Appst.IO
 internal static extern bool SetCommState(SafeFileHandle hFile, DCB_Unmanaged lpDCB);