예제 #1
0
 /// <summary>
 /// Default constructor. Creates the class structures.
 /// </summary>
 protected internal Win32Status()
 {
     this.ready = 0;
     this.cs    = new COMMSTAT();
     this.state = new COMMHOLD();
     this.error = new COMMERRS();
     return;
 }
예제 #2
0
		/// <summary>
		/// Default constructor. Creates the class structures.
		/// </summary>
		protected internal Win32Status()
		{
			this.ready  = 0;
			this.cs		= new COMMSTAT();
			this.state  = new COMMHOLD();
			this.error  = new COMMERRS();
			return;
		}