@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: TODO !!!!VB Signature: <DllImport("avifil32.dll")> _ Public Shared Function AVIFileInfo(ByVal pfile As IntPtr, ByRef pfi As AVIFILEINFO, ByVal lSize As Integer) As Integer End Function !!!!VB AVIFILEINFO structure: Public Structure AVIFILEINFO Public dwMaxBytesPerSecond As Int32 Public dwFlags As Int32 Public dwCaps As Int32 Public dwStreams As Int32 Public dwSuggestedBufferSize As Int32 Public dwWidth As Int32 Public dwHeight As Int32 Public dwScale As Int32 Public dwRate As Int32 Public dwLength As Int32 Public dwEditCount As Int32 <MarshalAs(UnmanagedType.ByValTStr, SizeConst:=64)> Public szFileType As String end structure !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: AVIInfo@msdn on MSDN
Edit avifil32.AVIInfo
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.