Data Structures |
| struct | ANIMATE_INFO |
Defines |
| #define | ANIMATE_COLOR_NONE 0xffffffff |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (animate) |
| static void | ANIMATE_Notify (const ANIMATE_INFO *infoPtr, UINT notif) |
| static BOOL | ANIMATE_LoadResW (ANIMATE_INFO *infoPtr, HINSTANCE hInst, LPCWSTR lpName) |
| static BOOL | ANIMATE_LoadFileW (ANIMATE_INFO *infoPtr, LPWSTR lpName) |
| static BOOL | ANIMATE_DoStop (ANIMATE_INFO *infoPtr) |
| static void | ANIMATE_Free (ANIMATE_INFO *infoPtr) |
| static void | ANIMATE_TransparentBlt (ANIMATE_INFO const *infoPtr, HDC hdcDest, HDC hdcSource) |
| static BOOL | ANIMATE_PaintFrame (ANIMATE_INFO *infoPtr, HDC hDC) |
| static BOOL | ANIMATE_DrawFrame (ANIMATE_INFO *infoPtr, HDC hDC) |
| static LRESULT | ANIMATE_Timer (ANIMATE_INFO *infoPtr) |
| static DWORD CALLBACK | ANIMATE_AnimationThread (LPVOID ptr_) |
| static LRESULT | ANIMATE_Play (ANIMATE_INFO *infoPtr, UINT cRepeat, WORD wFrom, WORD wTo) |
| static BOOL | ANIMATE_GetAviInfo (ANIMATE_INFO *infoPtr) |
| static BOOL | ANIMATE_GetAviCodec (ANIMATE_INFO *infoPtr) |
| static BOOL | ANIMATE_OpenW (ANIMATE_INFO *infoPtr, HINSTANCE hInstance, LPWSTR lpszName) |
| static BOOL | ANIMATE_OpenA (ANIMATE_INFO *infoPtr, HINSTANCE hInstance, LPSTR lpszName) |
| static BOOL | ANIMATE_Stop (ANIMATE_INFO *infoPtr) |
| static BOOL | ANIMATE_Create (HWND hWnd, const CREATESTRUCTW *lpcs) |
| static LRESULT | ANIMATE_Destroy (ANIMATE_INFO *infoPtr) |
| static BOOL | ANIMATE_EraseBackground (ANIMATE_INFO const *infoPtr, HDC hdc) |
| static LRESULT | ANIMATE_StyleChanged (ANIMATE_INFO *infoPtr, WPARAM wStyleType, const STYLESTRUCT *lpss) |
| static LRESULT WINAPI | ANIMATE_WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| void | ANIMATE_Register (void) |
| void | ANIMATE_Unregister (void) |
Variables |
| struct { |
| HMODULE hModule |
| DWORD |
| UINT |
| DWORD_PTR |
| LPBITMAPINFOHEADER |
| LPVOID |
| } | fnIC |