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