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