Ignore:
Timestamp:
Jan 30, 2004, 11:10:07 PM (22 years ago)
Author:
bird
Message:

#682: Drag & Drop - AttachThreadInput().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibmsg.h

    r10240 r10430  
    1 /* $Id: oslibmsg.h,v 1.23 2003-08-22 13:16:45 sandervl Exp $ */
     1/* $Id: oslibmsg.h,v 1.24 2004-01-30 22:10:06 bird Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    5959//Direct posting of messages that must remain invisible to the win32 app
    6060BOOL OSLibPostMessageDirect(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam);
     61BOOL OSLibForwardMessageToAttachedThread(/*TEB*/ void *pvTeb, MSG *pMsg, void *hmm);
    6162
    6263#define WINWM_NULL                  0x0000
Note: See TracChangeset for help on using the changeset viewer.