AVI Make File From Streams Function (AVIMakeFileFromStreams)

Private Declare Function AVIMakeFileFromStreams Lib "avifil32.dll" (ByVal ppfile As Integer, ByVal nStreams As Integer, ByVal papStreams As Integer) As Long
'function constructs an AVIFile interface pointer from separate streams.
'Parameters
' ppfile Pointer to a buffer that receives the new file interface pointer.
' nStreams Count of the number of streams in the array of stream interface pointers referenced by papStreams.
' papStreams Pointer to an array of stream interface pointers.

' 'Return Values
' Returns zero if successful or an error otherwise.
' 'Remarks
' Use the AVIFileRelease function to close the file. ' Other functions can use the AVIFile interface created by this function to copy and edit the streams associated with the interface. For example, you can retrieve a specific stream by using AVIFileGetStream with the file interface pointer.
' The argument pfile is the address of a pointer to an IAVIFile interface. The argument papStreams is the address of a pointer to an IAVIStream interface. '

Copyright 2004-2010 Excalibur software Solutions All rights reserved

Note: Any unsolicited email sent to Excalibur Software Solutions or any members of Excalibur Software Solutions, will be archived and a fee of $5.00 dollars US per email per month will be charged to the content owner of said email. The Content Owner must inform Excalibur Software Solutions in writing; they no longer require archive services for each email archived within 30 days of cancelation. The content holder is defined as the entities represented in email regardless of sender. The sender is the representative of the content holder.