How to usse the AVIFileOpen API in .NET?

NicoVB

Well-known member
Joined
Jan 2, 2002
Messages
160
Location
Belgium
Ive downloaded the windows media 9 SDK. But I want to use this to extract frames from a avi-file... I saw that there is a function for it.... But how do I use this API in .NET????

VB4-32,5,6
Declare Function AVIFileOpen Lib "avifil32" Alias "AVIFileOpenA" (ppfile As Long, ByVal szFile As String, ByVal mode As Long, pclsidHandler As Any) As Long


But is there a class in .NET and if not, how do you define this function in .NET???

Thanks

Nico
 
Back
Top