コード例 #1
0
 public void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag)
 {
     pstatstg = new System.Runtime.InteropServices.ComTypes.STATSTG();
 }
コード例 #2
0
 public void Stat(out STATSTG pstatstg, int grfStatFlag)
 {
     pstatstg        = new System.Runtime.InteropServices.ComTypes.STATSTG();
     pstatstg.cbSize = this._Cache.Length;
 }
コード例 #3
0
 public void Stat(out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag)
 {
     pstatstg = new System.Runtime.InteropServices.ComTypes.STATSTG();
 }