public void GetCommProperties(IntPtr handle, out CommProperties commProperties) { UnsafeNativeMethods.GetCommProperties(handle, out commProperties); }
public static extern Boolean GetCommProperties(IntPtr file, out CommProperties commProperties);
public void GetCommProperties(IntPtr handle, out CommProperties commProperties) { commProperties = new CommProperties (); }