.
The StgCreateStorageEx API
1/15/2008 7:04:34 AM - -131.107.0.103
.
static extern int StgCreateStorageEx([MarshalAs(UnmanagedType.LPWStr)] string
.
.
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);
.
.
The StgCreateStorageEx API
1/15/2008 7:04:34 AM - -131.107.0.103
.
static extern int StgCreateStorageEx([MarshalAs(UnmanagedType.LPWStr)] string
.