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:
How to disable the Windows Clipboard (VFP9)
ChangeClipboardChain
..msdn    Add comment     W32 Constants      Translate this page
Removes a specified window from the chain of clipboard viewers.
Code examples:
How to disable the Windows Clipboard (VFP9)
Declaration:
 
BOOL ChangeClipboardChain(
    HWND hWndRemove,
    HWND hWndNewNext
);
 
FoxPro declaration:
 
DECLARE INTEGER ChangeClipboardChain IN user32;
    INTEGER hWndRemove,;
    INTEGER hWndNewNext
 
 
Parameters:
hWndRemove
[in] Handle to the window to be removed from the chain. The handle must have been passed to the SetClipboardViewer function.

hWndNewNext
[in] Handle to the window that follows the hWndRemove window in the clipboard viewer chain.
Return value:
... is indecisive.

It indicates the result of passing the WM_CHANGECBCHAIN message to the windows in the clipboard viewer chain. Because a window in the chain typically returns FALSE when it processes WM_CHANGECBCHAIN, the return value from ChangeClipboardChain is typically FALSE.
My comment:
The window identified by hWndNewNext replaces the hWndRemove window in the chain. The SetClipboardViewer function sends a WM_CHANGECBCHAIN message to the first window in the clipboard viewer chain.
Word Index links for the ChangeClipboardChain :
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
Created: 2005-05-31 19:21:07
Modified: 2005-05-31 19:25:22
Visited in last 7 days: 18
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 (23.22.252.150)
6.62 min.Example: 'Copying files as a transacted operation (Vista)'
6.7 min.Function: 'GetLengthSid'
Function group: 'Security'
6.75 min.Example: 'GDI+: sending image of FoxPro form to printer'
Language: 'C#'
1.64 hrs.Function: 'waveOutSetVolume'
 Function: 'GetModuleHandle'
Function group: 'Dynamic-Link Library'
4.41 hrs.Example: 'Retrieving information about the specified icon'
4.42 hrs.Example: 'Exporting DLL icon resources as .ICO files'
7.25 hrs.Function: 'FrameRgn'
 Example: 'Starting a dialog box for connecting to network resources and passing input parameters'
10.51 hrs.Function: 'GdipRotateWorldTransform'
Google
Advertise here!