Rev | Line | |
---|
[2469] | 1 | /* $Id: oslibutil.h,v 1.4 2000-01-18 20:08:12 sandervl Exp $ */
|
---|
| 2 | /*
|
---|
| 3 | * Window API utility functions for OS/2
|
---|
| 4 | *
|
---|
| 5 | *
|
---|
| 6 | * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
| 7 | *
|
---|
| 8 | *
|
---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 10 | *
|
---|
| 11 | */
|
---|
| 12 | #ifndef __OSLIBUTIL_H__
|
---|
| 13 | #define __OSLIBUTIL_H__
|
---|
| 14 |
|
---|
| 15 | #ifndef OS2_INCLUDED
|
---|
| 16 | #define HAB ULONG
|
---|
| 17 | #define HMQ ULONG
|
---|
| 18 | #endif
|
---|
| 19 |
|
---|
| 20 | HAB GetThreadHAB();
|
---|
| 21 | void SetThreadHAB(HAB hab);
|
---|
| 22 |
|
---|
| 23 | HMQ GetThreadMessageQueue();
|
---|
| 24 | void SetThreadMessageQueue(HMQ hmq);
|
---|
| 25 |
|
---|
| 26 | DWORD GetThreadMessageExtraInfo();
|
---|
| 27 | DWORD SetThreadMessageExtraInfo(DWORD lParam);
|
---|
| 28 |
|
---|
| 29 | #endif //__OSLIBUTIL_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.