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
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org           ICQ: 126018723

Reply via email to