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