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