.
The StgCreateDocfileOnILockBytes API
8/18/2008 6:58:14 AM - anonymous
.
/// The StgCreateDocfileOnILockBytes function creates and opens a new compound file
.
public extern static int StgCreateDocfileOnILockBytes(ILockBytes plkbyt, StgmConstants grfMode, int reserved, out IStorage ppstgOpen);
.
.
The StgCreateDocfileOnILockBytes API
8/18/2008 6:58:14 AM - anonymous
.
/// The StgCreateDocfileOnILockBytes function creates and opens a new compound file
.
public extern static int StgCreateDocfileOnILockBytes(ILockBytes plkbyt, int grfMode, int reserved, out IStorage ppstgOpen);
.