Example #1
0
 public static extern UnsafeNativeMethodsR.IFont OleCreateFontIndirect(NativeMethodsR.tagFONTDESC fontdesc, [In] ref Guid refiid);
Example #2
0
 public static extern int Shell_NotifyIcon(int message, NativeMethodsR.NOTIFYICONDATA pnid);
Example #3
0
 public static extern bool SystemParametersInfo(int nAction, int nParam, ref NativeMethodsR.HIGHCONTRAST_I rc, int nUpdate);
Example #4
0
 public static extern int SetScrollInfo(HandleRef hWnd, int fnBar, NativeMethodsR.SCROLLINFO si, bool redraw);
Example #5
0
 public static extern IntPtr SetWindowLongPtr64(HandleRef hWnd, int nIndex, NativeMethodsR.WndProc wndproc);
Example #6
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.SYSTEMTIMEARRAY lParam);
Example #7
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int Msg, IntPtr wParam, NativeMethodsR.ListViewCompareCallback pfnCompare);
Example #8
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.TOOLINFO_TOOLTIP lParam);
Example #9
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethodsR.TBBUTTONINFO lParam);
Example #10
0
 public static extern short RegisterClass(NativeMethodsR.WNDCLASS_D wc);
Example #11
0
 public static extern uint SendInput(uint nInputs, NativeMethodsR.INPUT[] pInputs, int cbSize);
Example #12
0
 public static extern void OleCreatePropertyFrameIndirect(NativeMethodsR.OCPFIPARAMS p);
Example #13
0
 public static extern UnsafeNativeMethodsR.IPicture OleCreatePictureIndirect(NativeMethodsR.PICTDESC pictdesc, [In] ref Guid refiid, bool fOwn);
Example #14
0
 public static extern UnsafeNativeMethodsR.IFont OleCreateIFontIndirect(NativeMethodsR.FONTDESC fd, ref Guid iid);
Example #15
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethodsR.POINT wParam, [In, Out] NativeMethodsR.LVINSERTMARK lParam);
Example #16
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethodsR.TV_INSERTSTRUCT lParam);
Example #17
0
 public static extern bool SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.LVINSERTMARK lParam);
Example #18
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.TV_HITTESTINFO lParam);
Example #19
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.MSG lParam);
Example #20
0
 public static extern int SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethodsR.LVHITTESTINFO lParam);
Example #21
0
 public static extern bool SetMenuItemInfo(HandleRef hMenu, int uItem, bool fByPosition, NativeMethodsR.MENUITEMINFO_T lpmii);
Example #22
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethodsR.HDLAYOUT hdlayout);
Example #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);
 }
Example #24
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethodsR.POINT wParam, int lParam);
Example #25
0
 public static extern IntPtr SetWindowsHookEx(int hookid, NativeMethodsR.HookProc pfnhook, HandleRef hinst, int threadid);
Example #26
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, NativeMethodsR.REPASTESPECIAL lParam);
Example #27
0
 public static extern bool SystemParametersInfo(int nAction, int nParam, ref NativeMethodsR.RECT rc, int nUpdate);
Example #28
0
 public static extern IntPtr SendMessage(HandleRef hWnd, int msg, NativeMethodsR.GETTEXTLENGTHEX wParam, int lParam);
Example #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;
 }
Example #30
0
 public static extern int GetWindowPlacement(HandleRef hWnd, ref NativeMethodsR.WINDOWPLACEMENT placement);