Using Win32 functions in Visual FoxPro Image Gallery
Clipboard
..msdn
ChangeClipboardChain
CloseClipboard
CountClipboardFormats
EmptyClipboard
EnumClipboardFormats
GetClipboardData
GetClipboardFormatName
GetClipboardOwner
GetClipboardViewer
GetPriorityClipboardFormat
IsClipboardFormatAvailable
OpenClipboard
RegisterClipboardFormat
SetClipboardData
SetClipboardViewer
Code examples:
Enumerating data formats currently available on the clipboard
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
EnumClipboardFormats
    Add comment     W32 Constants      Translate this page
The EnumClipboardFormats function lets you enumerate the data formats that are currently available on the clipboard
Code examples:
Enumerating data formats currently available on the clipboard
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
Declaration:
 
UINT EnumClipboardFormats(
  UINT format   // available clipboard format
);
 
FoxPro declaration:
 
DECLARE INTEGER EnumClipboardFormats IN user32;
    INTEGER wFormat
 
Parameters:
format
Specifies a clipboard format that is known to be available
Return value:
If the function succeeds, the return value is the clipboard format that follows the specified format
My comment:
Except this one, most Enum functions -- like EnumFonts, EnumPrinters etc. -- can not be implemented in VFP. At least I don"t know how to pass a reference to a enumerating procedure
Word Index links for the EnumClipboardFormats :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2001-07-12 12:00:00
Modified: 2001-11-26 16:02:21
Visited in last 7 days: 32
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (72.44.48.122)
1.27 hrs.Example: 'Enumerating Processes -- WinNT'
8.48 hrs.Function: 'if_indextoname'
 Example: 'Storing content of the Clipboard to a bitmap file'
8.59 hrs.Function: 'waveOutGetNumDevs'
Function group: 'Windows Multimedia'
 Function: 'GetOEMCP'
Function group: 'National Language Support'
8.7 hrs.Example: 'How to copy the image of a form to the Clipboard using Bitmap API functions'
 Example: 'Finding parameters for the region specified'
 Example: 'Using Font and Text functions'
9.75 hrs.Example: 'Creating irregularly shaped FoxPro form using transparency color key'
 Example: 'Displaying dimmed window behind VFP top-level form'
Google
Advertise here!