Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
[wine] / include / animate.h
1 /*
2  * Animation class extra info
3  *
4  * Copyright 1998 Eric Kohl
5  */
6
7 #ifndef __WINE_ANIMATE_H
8 #define __WINE_ANIMATE_H
9
10
11 typedef struct tagANIMATE_INFO
12 {
13     LPVOID  lpAvi;   /* pointer to avi data */
14     HFILE hFile;   /* handle to avi file */
15 } ANIMATE_INFO;
16
17
18 extern VOID ANIMATE_Register (VOID);
19 extern VOID ANIMATE_Unregister (VOID);
20
21 #endif  /* __WINE_ANIMATE_H */