Esempio n. 1
0
 internal static extern bool SetViewportOrgEx(HandleRef hDC, int x, int y, PI.POINTC point);
Esempio n. 2
0
 internal static extern bool TrackMouseEvent(ref PI.TRACKMOUSEEVENTS tme);
Esempio n. 3
0
 internal static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, PI.POINTC pt, int cPoints);
Esempio n. 4
0
 internal static extern bool RedrawWindow(IntPtr hWnd, ref PI.RECT rectUpdate, IntPtr hRgnUpdate, uint uFlags);
Esempio n. 5
0
 internal static extern bool GetWindowRect(IntPtr hWnd, ref PI.RECT rect);
Esempio n. 6
0
 internal static extern bool InflateRect(ref PI.RECT lprc, int dx, int dy);
Esempio n. 7
0
 internal static extern bool GetClientRect(IntPtr hWnd, out PI.RECT lpRect);
Esempio n. 8
0
 internal static extern IntPtr BeginPaint(IntPtr hwnd, ref PI.PAINTSTRUCT ps);
Esempio n. 9
0
 internal static extern int DwmExtendFrameIntoClientArea(IntPtr hWnd, ref PI.MARGINS pMarInset);
Esempio n. 10
0
 internal static extern bool EndPaint(IntPtr hwnd, ref PI.PAINTSTRUCT ps);
Esempio n. 11
0
 internal static extern int DrawThemeTextEx(IntPtr hTheme, IntPtr hDC, int iPartId, int iStateId, string text, int iCharCount, int dwFlags, ref PI.RECT pRect, ref PI.DTTOPTS pOptions);
Esempio n. 12
0
 internal static extern IntPtr CreateDIBSection(IntPtr hDC, PI.BITMAPINFO pBMI, uint iUsage, int ppvBits, IntPtr hSection, uint dwOffset);
Esempio n. 13
0
 internal static extern void CoCreateGuid(ref PI.GUIDSTRUCT guid);
Esempio n. 14
0
 internal static extern bool TranslateMessage(ref PI.MSG lpMsg);
Esempio n. 15
0
 internal static extern int GetRgnBox(HandleRef hRegion, ref PI.RECT clipRect);
Esempio n. 16
0
 internal static extern IntPtr WindowFromPoint(PI.POINT pt);
Esempio n. 17
0
 internal static extern void AdjustWindowRectEx(ref PI.RECT rect, int dwStyle, bool hasMenu, int dwExSytle);