Пример #1
0
    public void Stat(ImmSTATSTG[] pstatstg, uint grfStatFlag)
    {
        Console.WriteLine(">> " + GetCurrentMethod());

        storage.Stat(pstatstg, grfStatFlag);
        pstatstg[0].pwcsName = doc_guid.ToString();
    }
Пример #2
0
 public void Stat(ImmSTATSTG[] pstatstg, uint grfStatFlag)
 {
     Console.WriteLine(">> " + GetCurrentMethod());
     storage.Stat(pstatstg, grfStatFlag);
     pstatstg[0].pwcsName = "hello.stg";
     Console.WriteLine("end >> " + GetCurrentMethod());
 }