示例#1
0
 /// <summary> Default Constructor. </summary>
 internal ComProps() {
     _commprops = new Comprops_Unmanaged();
 }
示例#2
0
 internal static extern bool GetCommProperties(SafeFileHandle hFile, Comprops_Unmanaged lpCommProp);