ReactOS 0.4.15-dev-7924-g5949c20
ANIMATE_INFO Struct Reference
Collaboration diagram for ANIMATE_INFO:

Public Attributes

HGLOBAL hRes
 
HMMIO hMMio
 
HWND hwndSelf
 
HWND hwndNotify
 
DWORD dwStyle
 
MainAVIHeader mah
 
AVIStreamHeader ash
 
LPBITMAPINFOHEADER inbih
 
LPDWORD lpIndex
 
HIC hic
 
LPBITMAPINFOHEADER outbih
 
LPVOID indata
 
LPVOID outdata
 
CRITICAL_SECTION cs
 
HANDLE hStopEvent
 
HANDLE hThread
 
DWORD threadId
 
UINT uTimer
 
int nFromFrame
 
int nToFrame
 
int nLoop
 
int currFrame
 
COLORREF transparentColor
 
HBRUSH hbrushBG
 
HBITMAP hbmPrevFrame
 

Detailed Description

Definition at line 51 of file animate.c.

Member Data Documentation

◆ ash

AVIStreamHeader ANIMATE_INFO::ash

Definition at line 61 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), and ANIMATE_GetAviInfo().

◆ cs

◆ currFrame

int ANIMATE_INFO::currFrame

Definition at line 79 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Play().

◆ dwStyle

DWORD ANIMATE_INFO::dwStyle

◆ hbmPrevFrame

HBITMAP ANIMATE_INFO::hbmPrevFrame

Definition at line 83 of file animate.c.

Referenced by ANIMATE_Create(), ANIMATE_Free(), ANIMATE_PaintFrame(), and ANIMATE_WindowProc().

◆ hbrushBG

HBRUSH ANIMATE_INFO::hbrushBG

Definition at line 82 of file animate.c.

Referenced by ANIMATE_OpenW(), and ANIMATE_PaintFrame().

◆ hic

HIC ANIMATE_INFO::hic

Definition at line 65 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), and ANIMATE_PaintFrame().

◆ hMMio

◆ hRes

HGLOBAL ANIMATE_INFO::hRes

Definition at line 54 of file animate.c.

Referenced by ANIMATE_Free(), and ANIMATE_LoadResW().

◆ hStopEvent

HANDLE ANIMATE_INFO::hStopEvent

Definition at line 71 of file animate.c.

Referenced by ANIMATE_AnimationThread(), ANIMATE_DoStop(), and ANIMATE_Play().

◆ hThread

HANDLE ANIMATE_INFO::hThread

Definition at line 72 of file animate.c.

Referenced by ANIMATE_DoStop(), and ANIMATE_Play().

◆ hwndNotify

HWND ANIMATE_INFO::hwndNotify

Definition at line 57 of file animate.c.

Referenced by ANIMATE_Create(), ANIMATE_EraseBackground(), ANIMATE_Notify(), and ANIMATE_OpenW().

◆ hwndSelf

◆ inbih

◆ indata

LPVOID ANIMATE_INFO::indata

Definition at line 67 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviInfo(), and ANIMATE_PaintFrame().

◆ lpIndex

LPDWORD ANIMATE_INFO::lpIndex

Definition at line 63 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_GetAviInfo().

◆ mah

MainAVIHeader ANIMATE_INFO::mah

◆ nFromFrame

int ANIMATE_INFO::nFromFrame

Definition at line 76 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Play().

◆ nLoop

int ANIMATE_INFO::nLoop

Definition at line 78 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Play().

◆ nToFrame

int ANIMATE_INFO::nToFrame

Definition at line 77 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Play().

◆ outbih

LPBITMAPINFOHEADER ANIMATE_INFO::outbih

Definition at line 66 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), and ANIMATE_PaintFrame().

◆ outdata

LPVOID ANIMATE_INFO::outdata

Definition at line 68 of file animate.c.

Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), and ANIMATE_PaintFrame().

◆ threadId

DWORD ANIMATE_INFO::threadId

Definition at line 73 of file animate.c.

Referenced by ANIMATE_DoStop(), and ANIMATE_Play().

◆ transparentColor

COLORREF ANIMATE_INFO::transparentColor

Definition at line 81 of file animate.c.

Referenced by ANIMATE_Create(), ANIMATE_Free(), ANIMATE_PaintFrame(), and ANIMATE_TransparentBlt().

◆ uTimer

UINT ANIMATE_INFO::uTimer

Definition at line 74 of file animate.c.

Referenced by ANIMATE_DoStop(), and ANIMATE_Play().


The documentation for this struct was generated from the following file: