ATMLCommonLibrary.controls.StreamWrapper.Stat C# (CSharp) Method

Stat() public method

public Stat ( STATSTG &pstatstg, int grfStatFlag ) : void
pstatstg System.Runtime.InteropServices.ComTypes.STATSTG
grfStatFlag int
return void
        public void Stat( out STATSTG pstatstg, int grfStatFlag )
        {
            pstatstg = new STATSTG();
        }