avifile.spec 2.16 KB
Newer Older
Alexandre Julliard's avatar
Alexandre Julliard committed
1 2
name	avifile
type	win16
3
owner	avifil32
Alexandre Julliard's avatar
Alexandre Julliard committed
4

5 6 7 8 9
# I'm just using "long" instead of "ptr" for the interface pointers,
# because they are 32-bit pointers, not converted to 16-bit format,
# but the app doesn't really need to know, it should never need to
# dereference the interface pointer itself (if we're lucky)...

Alexandre Julliard's avatar
Alexandre Julliard committed
10 11 12 13 14 15 16 17 18
1   stub     WEP
2   stub     DLLGETCLASSOBJECT
3   stub     DLLCANUNLOADNOW
4   stub     ___EXPORTEDSTUB
10  stub     _IID_IAVISTREAM
11  stub     _IID_IAVIFILE
12  stub     _IID_IAVIEDITSTREAM
13  stub     _IID_IGETFRAME
14  stub     _CLSID_AVISIMPLEUNMARSHAL
19 20 21
100 pascal   AVIFileInit() AVIFileInit
101 pascal   AVIFileExit() AVIFileExit
102 pascal   AVIFileOpen(ptr str word ptr) AVIFileOpenA
Alexandre Julliard's avatar
Alexandre Julliard committed
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
103 stub     AVISTREAMOPENFROMFILE
104 stub     AVISTREAMCREATE
105 stub     AVIMAKECOMPRESSEDSTREAM
106 stub     AVIMAKEFILEFROMSTREAMS
107 stub     AVIMAKESTREAMFROMCLIPBOARD
110 stub     AVISTREAMGETFRAME
111 stub     AVISTREAMGETFRAMECLOSE
112 stub     AVISTREAMGETFRAMEOPEN
120 stub     _AVISAVE
121 stub     AVISAVEV
122 stub     AVISAVEOPTIONS
123 stub     AVIBUILDFILTER
124 stub     AVISAVEOPTIONSFREE
130 stub     AVISTREAMSTART
131 stub     AVISTREAMLENGTH
132 stub     AVISTREAMTIMETOSAMPLE
133 stub     AVISTREAMSAMPLETOTIME
140 stub     AVIFILEADDREF
40
141 pascal   AVIFileRelease(long) AVIFileRelease
Alexandre Julliard's avatar
Alexandre Julliard committed
41
142 stub     AVIFILEINFO
42
143 pascal   AVIFileGetStream(long ptr long long) AVIFileGetStream
Alexandre Julliard's avatar
Alexandre Julliard committed
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
144 stub     AVIFILECREATESTREAM
146 stub     AVIFILEWRITEDATA
147 stub     AVIFILEREADDATA
148 stub     AVIFILEENDRECORD
160 stub     AVISTREAMADDREF
161 stub     AVISTREAMRELEASE
162 stub     AVISTREAMINFO
163 stub     AVISTREAMFINDSAMPLE
164 stub     AVISTREAMREADFORMAT
165 stub     AVISTREAMREADDATA
166 stub     AVISTREAMWRITEDATA
167 stub     AVISTREAMREAD
168 stub     AVISTREAMWRITE
169 stub     AVISTREAMSETFORMAT
180 stub     EDITSTREAMCOPY
181 stub     EDITSTREAMCUT
182 stub     EDITSTREAMPASTE
184 stub     CREATEEDITABLESTREAM
185 stub     AVIPUTFILEONCLIPBOARD
187 stub     AVIGETFROMCLIPBOARD
188 stub     AVICLEARCLIPBOARD
190 stub     EDITSTREAMCLONE
191 stub     EDITSTREAMSETNAME
192 stub     EDITSTREAMSETINFO
200 stub     AVISTREAMBEGINSTREAMING
201 stub     AVISTREAMENDSTREAMING