示例#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;
 }
 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);
示例#10
0
 public static extern int RegisterDragDrop(HandleRef hwnd, UnsafeNativeMethods.IOleDropTarget target);