AVI Make Stream From Clipboard function (AVIMakeStreamFromClipboard)

'AVIMakeStreamFromClipboard function creates an editable stream from stream data on the clipboard.
Private Declare Function AVIMakeStreamFromClipboard Lib "avifil32.dll" (ByVal cfFormat As Long, ByVal hGlobal As Long, ByRef ppstream As Long) As Long

'Parameters
'   cfFormat Clipboard flag.
'   hGlobal Handle to stream data on the clipboard.
'   ppstream Handle to the created stream.
'
'Return Values
' Returns zero if successful or an error otherwise.
'
'Remarks
' When an application finishes using the editable stream, it must release the stream to free the resources associated with it.
'   The argument ppstream 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.