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:
Number of clipboard formats available
GetPriorityClipboardFormat
    Add comment     W32 Constants      Translate this page
The GetPriorityClipboardFormat function retrieves the first available clipboard format in the specified list.
Code examples:
Number of clipboard formats available
Declaration:
 
int GetPriorityClipboardFormat(
    UINT* paFormatPriorityList,
    int cFormats
);
 
FoxPro declaration:
 
DECLARE INTEGER GetPriorityClipboardFormat IN user32;
    STRING  @ paFormatPriorityList,;
    INTEGER   cFormats
 
Parameters:
paFormatPriorityList
[in] Pointer to an array of unsigned integers identifying clipboard formats, in priority order.

cFormats
[in] Specifies the number of entries in the paFormatPriorityList array.
Return value:
If the function succeeds, the return value is the first clipboard format in the list for which data is available. If the clipboard is empty, the return value is NULL. If the clipboard contains data, but not in any of the specified formats, the return value is –1.
My comment:
check...
Word Index links for the GetPriorityClipboardFormat :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2003-03-10 18:33:15
Modified: 2004-09-14 20:03:19
Visited in last 7 days: 17
User Contributed Notes:
CALLOATTI | 2005-11-03 15:19:38
Check http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp9/html/60a665fc-b778-4878-9781-7adf8ce7ec7c.asp

Use API Functions That Require Pointers to Arrays Sample

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 (50.16.17.90)
2 sec.Function: 'GdipGetDpiY'
Function group: 'GDI+ Graphics'
5 sec.Example: 'Displaying bitmap using the AlphaBlend function'
1.16 hrs.Example: 'Creating the Save dialog box to specify the drive, directory, and name of a file to save'
2.2 hrs.Example: 'How to view system icons for the classes installed on the local machine'
 Function: 'LockWorkStation'
3.38 hrs.Function: 'CryptGetHashParam'
Function group: 'Cryptography Reference'
11.67 hrs.Example: 'Obtaining names of local and global groups for current user (WinNT/XP/2K)'
11.68 hrs.Function: 'GetMenuItemID'
Function group: 'Menu'
 Example: 'Obtaining I/O counts for the current process'
12.14 hrs.Example: 'GDI+: how to make VFP controls visually shake and shudder'
Google
Advertise here!