source: trunk/include/win32wnd.h@ 4503

Last change on this file since 4503 was 3416, checked in by sandervl, 25 years ago

header updates

File size: 454 bytes
Line 
1/* $Id: win32wnd.h,v 1.3 2000-04-18 11:09:53 sandervl Exp $ */
2
3/*
4 * Win32 window utility procedures (in USER32)
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 __WIN32WND_H__
13#define __WIN32WND_H__
14
15HWND Win32ToOS2Handle(HWND hwndWin32);
16HWND OS2ToWin32Handle(HWND hwnd);
17
18BOOL IsOS2FrameWindowHandle(HWND hwndWin32, HWND hwndOS2);
19
20#endif //__WIN32WND_H__
Note: See TracBrowser for help on using the repository browser.