Commit e29b1682 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

avifile: Implement several IIDs.

parent 72df9e3c
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
2 stub DLLGETCLASSOBJECT 2 stub DLLGETCLASSOBJECT
3 stub DLLCANUNLOADNOW 3 stub DLLCANUNLOADNOW
4 stub ___EXPORTEDSTUB 4 stub ___EXPORTEDSTUB
10 stub _IID_IAVISTREAM 10 variable _IID_IAVIStream(0x00020021 0x00000000 0x000000c0 0x46000000)
11 stub _IID_IAVIFILE 11 variable _IID_IAVIFile(0x00020020 0x00000000 0x000000c0 0x46000000)
12 stub _IID_IAVIEDITSTREAM 12 variable _IID_IAVIEditStream(0x00020024 0x00000000 0x000000c0 0x46000000)
13 stub _IID_IGETFRAME 13 variable _IID_IGetFrame(0x00020023 0x00000000 0x000000c0 0x46000000)
14 stub _CLSID_AVISIMPLEUNMARSHAL 14 variable _CLSID_AVISimpleUnMarshal(0x00020009 0x00000000 0x000000c0 0x46000000)
100 pascal AVIFileInit() AVIFileInit 100 pascal AVIFileInit() AVIFileInit
101 pascal AVIFileExit() AVIFileExit 101 pascal AVIFileExit() AVIFileExit
102 pascal AVIFileOpen(ptr str word ptr) AVIFileOpenA 102 pascal AVIFileOpen(ptr str word ptr) AVIFileOpenA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment