예제 #1
0
 static extern void OleConvertOLESTREAMToIStorage(ref OLESTREAM lpolestream, IStorage pstg, IntPtr ptd);
예제 #2
0
 static extern void OleConvertOLESTREAMToIStorage(
     ref OLESTREAM lpolestream,
     IStorage pstg,
     IntPtr ptd);
예제 #3
0
 public static extern int OleConvertIStorageToOLESTREAM(ref IStorage pstg, ref OLESTREAM lpolestream);
예제 #4
0
 public static extern int OleConvertIStorageToOLESTREAMEx(ref IStorage pstg, ushort cfFormat, int lWidth, int lHeight, uint dwSize, ref tagSTGMEDIUM pmedium, ref OLESTREAM polestm);
예제 #5
0
 public static extern int OleConvertOLESTREAMToIStorage(ref OLESTREAM lpolestream, ref IStorage pstg, ref tagDVTARGETDEVICE ptd);
예제 #6
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);