-clipboard not working?

Alexander Gottwald alexander.gottwald@s1999.tu-chemnitz.de
Mon Mar 15 16:18:00 GMT 2004


On Mon, 15 Mar 2004, Ben Jackson wrote:

> I presume there are no system calls between OpenClipboard and GetLastError?
> It's a weird one certainly, if that's the case.

  /* Access the Windows clipboard */
  if (!OpenClipboard (g_hwndClipboard))
    {
      ErrorF ("winProcSetSelectionOwner - OpenClipboard () failed: %08x\n",
              (int) GetLastError ());
      goto winProcSetSelectionOwner_Done;
    }

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723



More information about the Cygwin-xfree mailing list