|
AVIPutFileOnClipboard
The AVIPutFileOnClipboard function copies an AVI file to the clipboard.
STDAPI AVIPutFileOnClipboard(
Parameters
pf
Handle of an open AVI file.
Return Values
Returns zero if successful or an error otherwise.
Remarks
This function also copies data with the CF_DIB, CF_PALETTE, and CF_WAVE
clipboard flags onto the clipboard using the first frame of the first video stream of
the file as a DIB and using the audio stream as CF_WAVE.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|