|
Last change
on this file since 120 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
|
|---|
| 12 | BOOL APIENTRY WinThreadAssocQueue(HAB hab, HMQ hmq);
|
|---|
| 13 | BOOL APIENTRY WinWakeThread(HMQ hmq);
|
|---|
| 14 | BOOL APIENTRY WinReplyMsg(HAB hab, HMQ hmqSender, HMQ hmqReceiver, MRESULT mresult);
|
|---|
| 15 | HMQ APIENTRY WinQueueFromID(HAB hab, PID pid, TID tid);
|
|---|
| 16 | BOOL APIENTRY WinQueryQueueInfo(HMQ hmq, PMQINFO pmqi, ULONG cbCopy);
|
|---|
| 17 | HMQ APIENTRY WinQuerySendMsg(HAB hab, HMQ hmqSender, HMQ hmqReceiver, PQMSG pqmsg);
|
|---|
| 18 | BOOL 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.