C# Class CustomChrome.NativeMethods

Exibir arquivo Open project: pvginkel/CustomChrome

Private Methods

Method Description
AdjustWindowRectEx ( RECT &lpRect, uint dwStyle, bool bMenu, uint dwExStyle ) : bool
BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, int dwRop ) : bool
CreateCompatibleBitmap ( IntPtr hDC, int nWidth, int nHeight ) : IntPtr
CreateCompatibleDC ( IntPtr hDC ) : IntPtr
DeleteDC ( IntPtr hdc ) : bool
DeleteObject ( IntPtr hObject ) : bool
GetDC ( IntPtr hWnd ) : IntPtr
GetDCEx ( IntPtr hwnd, IntPtr hrgnclip, uint fdwOptions ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetMenuState ( IntPtr hMenu, uint uId, uint uFlags ) : uint
GetSystemMenu ( IntPtr hWnd, bool bRevert ) : IntPtr
GetWindowDC ( IntPtr hWnd ) : IntPtr
GetWindowLong ( IntPtr hWnd, int Offset ) : int
GetWindowRect ( IntPtr hwnd, RECT &lpRect ) : int
RedrawWindow ( IntPtr hWnd, IntPtr rectUpdate, IntPtr hrgnUpdate, uint flags ) : bool
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr
SendMessage ( IntPtr hwnd, int wMsg, IntPtr wParam, IntPtr lParam ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, int x, int y, int cx, int cy, uint uFlags ) : int
SetWindowTheme ( IntPtr hwnd, String pszSubAppName, String pszSubIdList ) : int
UpdateLayeredWindow ( IntPtr hwnd, IntPtr hdcDst, POINT &pptDst, SIZE &psize, IntPtr hdcSrc, POINT &pprSrc, Int32 crKey, BLENDFUNCTION &pblend, Int32 dwFlags ) : bool