Changeset 1099 for trunk/include/win/animate.h
- Timestamp:
- Oct 1, 1999, 5:52:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/animate.h
r4 r1099 1 /* $Id: animate.h,v 1. 1 1999-05-24 20:19:08 ktkExp $ */1 /* $Id: animate.h,v 1.2 1999-10-01 15:52:19 cbratschi Exp $ */ 2 2 3 3 /* … … 5 5 * 6 6 * Copyright 1998 Eric Kohl 7 * Copyright 1999 Christoph Bratschi 7 8 */ 8 9 … … 14 15 { 15 16 LPVOID lpAvi; /* pointer to avi data */ 16 HFILE hFile; /* handle to avi file */ 17 HFILE hFile; /* handle to avi file */ 18 HGLOBAL hRes; 19 INT cSize; 20 INT cRepeat; 21 INT wFrom; 22 INT wTo; 23 INT wPos; 24 INT cFrames; 25 BOOL bPlaying; 26 POINT pos; 27 POINT size; 28 INT msFrame; 29 BOOL bThread; 17 30 } ANIMATE_INFO; 18 31
Note:
See TracChangeset
for help on using the changeset viewer.