C# Class RadioDld.NativeMethods

Show file Open project: ribbons/RadioDownloader

Private Methods

Method Description
AlphaBlend ( IntPtr hdcDest, int xoriginDest, int yoriginDest, int wDest, int hDest, IntPtr hdcSrc, int xoriginSrc, int yoriginSrc, int wSrc, int hSrc, BLENDFUNCTION ftn ) : bool
CreateCompatibleDC ( IntPtr hdc ) : IntPtr
CreateDIBSection ( IntPtr hdc, [ lpbmi, uint usage, IntPtr &ppvBits, IntPtr hSection, uint offset ) : IntPtr
DeleteDC ( IntPtr hdc ) : bool
DeleteObject ( IntPtr ho ) : bool
DrawAnimatedRects ( IntPtr hWnd, int idAni, RECT &lprcFrom, RECT &lprcTo ) : bool
DrawThemeTextEx ( IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, string pszText, int iCharCount, uint dwFlags, RECT &pRect, [ pOptions ) : int
DwmExtendFrameIntoClientArea ( IntPtr hWnd, MARGINS &pMarInset ) : int
DwmIsCompositionEnabled ( [ pfEnabled ) : int
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetClassName ( IntPtr hWnd, StringBuilder lpClassName, int nMaxCount ) : int
GetDiskFreeSpaceEx ( string lpDirectoryName, ulong &lpFreeBytesAvailable, ulong &lpTotalNumberOfBytes, ulong &lpTotalNumberOfFreeBytes ) : bool
GetWindow ( IntPtr hWnd, int wCmd ) : IntPtr
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
LoadCursor ( IntPtr hInstance, IntPtr lpCursorName ) : IntPtr
SelectObject ( IntPtr hdc, IntPtr hgdiobj ) : IntPtr
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, HDITEM &lParam ) : IntPtr
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, TBBUTTONINFO &lParam ) : IntPtr
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, string lParam ) : IntPtr
SetCursor ( IntPtr hCursor ) : IntPtr
SetWindowTheme ( IntPtr hWnd, string pszSubAppName, string pszSubIdList ) : int