AVI Get From Clipboard Function (AVIGetFromClipboard)
Private Declare Function AVIGetFromClipboard Lib "avifil32.dll" (ByVal PAVIFILE
As Integer)
'function copies an AVI file from the clipboard.
' Parameters
' lppf Pointer to the location used to return the handle created for the AVI file.
'
'Remarks
'If the clipboard does not contain an AVI file, AVIGetFromClipboard
also can copy data with the CF_DIB or CF_WAVE clipboard flags to an AVI file. In
this case, the function creates an AVI file with one DIB stream and one
waveform-audio stream, and fills each stream with the data from the clipboard. '
|