This function checks whether or not there is clipboard data

[C++Builder/Visual C++]     BOOL IKIsClipBrdData(HWND hWnd);
[Delphi]         function IKIsClipBrdData(hWnd: HWND): LongBool;
[Visual Basic]   Function IKIsClipBrdData(ByVal hWnd As Long) As Long

Parameters

Name Explanation
hWnd The window handle of the calling function

Return Value

Returns True (nonzero) if there is clipboard data, otherwise returns False (0)

Explanation

The IKIsClipBrdData function checks whether or not there is clipboard data.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation