WriteOleStg

[DllImport("ole32.dll", SetLastError = true)]
public static extern int WriteOleStg(
   IStorage pStg
);

Last updated