source:
trunk/src/kernel32/console/vio32Utils.h
Last change on this file was 5024, checked in by , 25 years ago | |
---|---|
File size: 281 bytes |
Rev | Line | |
---|---|---|
[5024] | 1 | #if !defined (KBD32_UTILS_H) |
2 | #define KBD32_UTILS_H | |
3 | ||
4 | #include <os2.h> | |
5 | ||
6 | extern "C" { | |
7 | /// returns the parent pid of a given pid | |
8 | ULONG getParentPID(ULONG pid); | |
9 | ||
10 | /// returns the window associated with the current Vio wondow | |
11 | HWND VIOWindowClient(); | |
12 | ||
13 | /// | |
14 | HWND VIOWindowFrame(); | |
15 | ||
16 | } | |
17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.