Ejemplo n.º 1
0
 public static extern UnsafeNativeMethodsR.IFont OleCreateFontIndirect(NativeMethodsR.tagFONTDESC fontdesc, [In] ref Guid refiid);
Ejemplo n.º 2
0
 public static extern int Shell_NotifyIcon(int message, NativeMethodsR.NOTIFYICONDATA pnid);
Ejemplo n.º 3
0
 public static extern bool SystemParametersInfo(int nAction, int nParam, ref NativeMethodsR.HIGHCONTRAST_I rc, int nUpdate);
Ejemplo n.º 4
0
 public static extern int SetScrollInfo(HandleRef hWnd, int fnBar, NativeMethodsR.SCROLLINFO si, bool redraw);
Ejemplo n.º 5
0
 public static extern IntPtr SetWindowLongPtr64(HandleRef hWnd, int nIndex, NativeMethodsR.WndProc wndproc);
Ejemplo n.º 6
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.SYSTEMTIMEARRAY lParam);
Ejemplo n.º 7
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int Msg, IntPtr wParam, NativeMethodsR.ListViewCompareCallback pfnCompare);
Ejemplo n.º 8
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.TOOLINFO_TOOLTIP lParam);
Ejemplo n.º 9
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethodsR.TBBUTTONINFO lParam);
Ejemplo n.º 10
0
 public static extern short RegisterClass(NativeMethodsR.WNDCLASS_D wc);
Ejemplo n.º 11
0
 public static extern uint SendInput(uint nInputs, NativeMethodsR.INPUT[] pInputs, int cbSize);
Ejemplo n.º 12
0
 public static extern void OleCreatePropertyFrameIndirect(NativeMethodsR.OCPFIPARAMS p);
Ejemplo n.º 13
0
 public static extern UnsafeNativeMethodsR.IPicture OleCreatePictureIndirect(NativeMethodsR.PICTDESC pictdesc, [In] ref Guid refiid, bool fOwn);
Ejemplo n.º 14
0
 public static extern UnsafeNativeMethodsR.IFont OleCreateIFontIndirect(NativeMethodsR.FONTDESC fd, ref Guid iid);
Ejemplo n.º 15
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethodsR.POINT wParam, [In, Out] NativeMethodsR.LVINSERTMARK lParam);
Ejemplo n.º 16
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethodsR.TV_INSERTSTRUCT lParam);
Ejemplo n.º 17
0
 public static extern bool SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.LVINSERTMARK lParam);
Ejemplo n.º 18
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.TV_HITTESTINFO lParam);
Ejemplo n.º 19
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.MSG lParam);
Ejemplo n.º 20
0
 public static extern int SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethodsR.LVHITTESTINFO lParam);
Ejemplo n.º 21
0
 public static extern bool SetMenuItemInfo(HandleRef hMenu, int uItem, bool fByPosition, NativeMethodsR.MENUITEMINFO_T lpmii);
Ejemplo n.º 22
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethodsR.HDLAYOUT hdlayout);
Ejemplo n.º 23
0
 public static IntPtr SetWindowLong(HandleRef hWnd, int nIndex, NativeMethodsR.WndProc wndproc)
 {
     if (IntPtr.Size == 4)
         return UnsafeNativeMethodsR.SetWindowLongPtr32(hWnd, nIndex, wndproc);
     return UnsafeNativeMethodsR.SetWindowLongPtr64(hWnd, nIndex, wndproc);
 }
Ejemplo n.º 24
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethodsR.POINT wParam, int lParam);
Ejemplo n.º 25
0
 public static extern IntPtr SetWindowsHookEx(int hookid, NativeMethodsR.HookProc pfnhook, HandleRef hinst, int threadid);
Ejemplo n.º 26
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.REPASTESPECIAL lParam);
Ejemplo n.º 27
0
 public static extern bool SystemParametersInfo(int nAction, int nParam, ref NativeMethodsR.RECT rc, int nUpdate);
Ejemplo n.º 28
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethodsR.GETTEXTLENGTHEX wParam, int lParam);
Ejemplo n.º 29
0
 public LOGFONT(NativeMethodsR.LOGFONT lf)
 {
     this.lfHeight = lf.lfHeight;
     this.lfWidth = lf.lfWidth;
     this.lfEscapement = lf.lfEscapement;
     this.lfOrientation = lf.lfOrientation;
     this.lfWeight = lf.lfWeight;
     this.lfItalic = lf.lfItalic;
     this.lfUnderline = lf.lfUnderline;
     this.lfStrikeOut = lf.lfStrikeOut;
     this.lfCharSet = lf.lfCharSet;
     this.lfOutPrecision = lf.lfOutPrecision;
     this.lfClipPrecision = lf.lfClipPrecision;
     this.lfQuality = lf.lfQuality;
     this.lfPitchAndFamily = lf.lfPitchAndFamily;
     this.lfFaceName = lf.lfFaceName;
 }
Ejemplo n.º 30
0
 public static extern int GetWindowPlacement(HandleRef hWnd, ref NativeMethodsR.WINDOWPLACEMENT placement);