source: trunk/include/os2newapi.h@ 119

Last change on this file since 119 was 119, checked in by sandervl, 26 years ago

Updated OS/2 api wrapper files

File size: 703 bytes
Line 
1/* $Id: os2newapi.h,v 1.1 1999-06-19 10:53:36 sandervl Exp $ */
2/*
3 *
4 * Project Odin Software License can be found in LICENSE.TXT
5 *
6 */
7#ifndef __OS2NEWAPI_H__
8#define __OS2NEWAPI_H__
9
10#ifdef INCL_WIN
11#ifdef INCL_WINMESSAGEMGR
12BOOL APIENTRY WinThreadAssocQueue(HAB hab, HMQ hmq);
13BOOL APIENTRY WinWakeThread(HMQ hmq);
14BOOL APIENTRY WinReplyMsg(HAB hab, HMQ hmqSender, HMQ hmqReceiver, MRESULT mresult);
15HMQ APIENTRY WinQueueFromID(HAB hab, PID pid, TID tid);
16BOOL APIENTRY WinQueryQueueInfo(HMQ hmq, PMQINFO pmqi, ULONG cbCopy);
17HMQ APIENTRY WinQuerySendMsg(HAB hab, HMQ hmqSender, HMQ hmqReceiver, PQMSG pqmsg);
18BOOL APIENTRY WinLockInput(HMQ hmq, ULONG fLock);
19#endif
20#endif
21
22#endif //__OS2SEL_H__
Note: See TracBrowser for help on using the repository browser.