Ejemplo n.º 1
0
 public static extern int ImageList_WriteEx(HandleRef himl, int dwFlags, UnsafeNativeMethods.IStream pstm);
Ejemplo n.º 2
0
 public static extern int DoDragDrop(IComDataObject dataObject, UnsafeNativeMethods.IOleDropSource dropSource, int allowedEffects, int[] finalEffect);
Ejemplo n.º 3
0
 public static extern bool ImageList_Write(HandleRef himl, UnsafeNativeMethods.IStream pstm);
Ejemplo n.º 4
0
 private static extern IntPtr IntImageList_Read(UnsafeNativeMethods.IStream pstm);
Ejemplo n.º 5
0
 public static extern IntPtr ImageList_Read(UnsafeNativeMethods.IStream pstm);
Ejemplo n.º 6
0
 public static IntPtr ImageList_Read(UnsafeNativeMethods.IStream pstm)
 {
     IntPtr newHandle = IntImageList_Read(pstm);
     validImageListHandles.Add(newHandle);
     return newHandle;
 }
Ejemplo n.º 7
0
 public static extern IntPtr GetHGlobalFromILockBytes(UnsafeNativeMethods.ILockBytes pLkbyt);
Ejemplo n.º 8
0
 public static extern UnsafeNativeMethods.IStorage StgOpenStorageOnILockBytes(UnsafeNativeMethods.ILockBytes iLockBytes, UnsafeNativeMethods.IStorage pStgPriority, int grfMode, int sndExcluded, int reserved);
Ejemplo n.º 9
0
 public static extern UnsafeNativeMethods.IStorage StgCreateDocfileOnILockBytes(UnsafeNativeMethods.ILockBytes iLockBytes, int grfMode, int reserved);
Ejemplo n.º 10
0
 public static extern int RegisterDragDrop(HandleRef hwnd, UnsafeNativeMethods.IOleDropTarget target);