Example #1
0
		public static extern bool SendMessage(IntPtr hWnd, APIsEnums.ListViewMessages msg,
			Int32 wParam, ref APIsStructs.LV_ITEM lParam);
Example #2
0
 internal static extern bool ScreenToClient(IntPtr hWnd, ref APIsStructs.POINTAPI point);
Example #3
0
		static public extern int DllGetVersion(
			ref APIsStructs.DLLVERSIONINFO2 path);
Example #4
0
 internal static extern bool SendMessage(HandleRef hWnd, APIsEnums.ListViewMessages msg,
     IntPtr wParam, ref APIsStructs.LV_ITEM lParam);
Example #5
0
 internal static extern bool GetComboBoxInfo(IntPtr hWnd, ref APIsStructs.COMBOBOXINFO cbi);
Example #6
0
		public static extern int GetDIBits(IntPtr hDC, IntPtr hbm, int StartScan, int ScanLines, int lpBits, APIsStructs.BITMAPINFOHEADER bmi, int usage);
Example #7
0
		static private extern int DllGetVersion(
			ref APIsStructs.DLLVERSIONINFO2 pdvi);
Example #8
0
		public static extern void SendMessage(IntPtr hWnd, int msg, int wParam, ref APIsStructs.RECT lParam);
Example #9
0
		public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref APIsStructs.POINTAPI lParam);
Example #10
0
		public static extern int SendMessage(IntPtr hWnd, APIsEnums.HeaderControlMessages msg, IntPtr wParam, ref APIsStructs.HD_HITTESTINFO hd_hittestinfo);
Example #11
0
		public static extern void SendMessage(IntPtr hWnd, int msg, IntPtr wParam, ref APIsStructs.NMLVDISPINFO lParam);
Example #12
0
		public static extern int SendMessage(IntPtr hWnd, APIsEnums.HeaderControlMessages msg, int wParam, ref APIsStructs.HDITEM lParam);
Example #13
0
		static public extern bool GetMenuItemRect(IntPtr hWnd, IntPtr hMenu, uint Item, ref APIsStructs.RECT rc);
Example #14
0
		public static extern int SendMessage(IntPtr hWnd, Int32 msg, Int32 wParam, ref 
			APIsStructs.LVHITTESTINFO lParam);
Example #15
0
		public static extern bool DispatchMessage(ref APIsStructs.MSG msg);
Example #16
0
		static public extern uint SendInput(uint nInputs, APIsStructs.INPUT[] inputs, int cbSize);
Example #17
0
		public static extern IntPtr CreateDIBSection(IntPtr hdc, ref APIsStructs.BITMAPINFO_FLAT bmi, 
			int iUsage, ref int ppvBits, IntPtr hSection, int dwOffset);
Example #18
0
		public extern static int DrawText(IntPtr hdc, string lpString, int nCount, ref APIsStructs.RECT lpRect, APIsEnums.DrawTextFormatFlags flags);
Example #19
0
		public static extern int GetDIBits(IntPtr hdc, IntPtr hbm, int StartScan, int ScanLines, int lpBits, ref APIsStructs.BITMAPINFO_FLAT bmi, int usage);
Example #20
0
		public extern static int GetClientRect(IntPtr hWnd, ref APIsStructs.RECT rc);
Example #21
0
 internal static extern void SendMessage(HandleRef hWnd, uint msg, IntPtr wParam, ref APIsStructs.RECT lParam);
Example #22
0
		public extern static int InvalidateRect(IntPtr hWnd,  ref APIsStructs.RECT rc, int bErase);
Example #23
0
 internal static extern IntPtr SendMessage(HandleRef hWnd, Int32 msg, IntPtr wParam, ref
     APIsStructs.LVHITTESTINFO lParam);
Example #24
0
		public static extern bool PeekMessage(ref APIsStructs.MSG msg, int hWnd, uint wFilterMin, uint wFilterMax, APIsEnums.PeekMessageFlags flags);
Example #25
0
 internal static extern bool ValidateRect(IntPtr hWnd, ref APIsStructs.RECT rcInvalidated);
Example #26
0
		public static extern bool GetMessage(ref APIsStructs.MSG msg, int hWnd, uint wFilterMin, uint wFilterMax);
Example #27
0
 internal static extern int SendMessage(HandleRef hWnd, APIsEnums.HeaderControlMessages msg, IntPtr wParam,
     ref APIsStructs.HDITEM lParam);
Example #28
0
		public static extern bool TranslateMessage(ref APIsStructs.MSG msg);
Example #29
0
		public static extern bool InsertMenuItem(
			IntPtr hMenu, int itemindex, bool fByPosition, ref APIsStructs.MENUITMEINFO infos);
Example #30
0
		static public extern int GetScrollBarInfo(IntPtr hWnd, APIsEnums.SystemObjects id, ref APIsStructs.SCROLLBARINFO sbi);