Ejemplo n.º 1
0
 public static extern int OleConvertIStorageToOLESTREAMEx(ref IStorage pstg, ushort cfFormat, int lWidth, int lHeight, uint dwSize, ref tagSTGMEDIUM pmedium, ref OLESTREAM polestm);
Ejemplo n.º 2
0
 public static extern int OleConvertOLESTREAMToIStorageEx(ref OLESTREAM polestm, ref IStorage pstg, ref ushort pcfFormat, ref int plwWidth, ref int plHeight, ref uint pdwSize, ref tagSTGMEDIUM pmedium);