New file, wrapper for IShellBrowser class.
[wine/multimedia.git] / include / animate.h
blobe988dd8fec5794ae6e9d64e8c659c1b7d9146586
1 /*
2 * Animation class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_ANIMATE_H
8 #define __WINE_ANIMATE_H
11 typedef struct tagANIMATE_INFO
13 LPVOID lpAvi; /* pointer to avi data */
14 HFILE32 hFile; /* handle to avi file */
15 } ANIMATE_INFO;
18 extern VOID ANIMATE_Register (VOID);
19 extern VOID ANIMATE_Unregister (VOID);
21 #endif /* __WINE_ANIMATE_H */