예제 #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);