Last change
on this file since 4848 was 4848, checked in by sandervl, 25 years ago |
Win32ToOS2Handle & OS2ToWin32Handle exported with stdcall calling convention
|
File size:
969 bytes
|
Line | |
---|
1 | /* $Id: winuser32.h,v 1.6 2000-12-29 18:41:23 sandervl Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Internal functions exported by user32
|
---|
5 | *
|
---|
6 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
7 | *
|
---|
8 | */
|
---|
9 | #ifndef __WINUSER32_H__
|
---|
10 | #define __WINUSER32_H__
|
---|
11 |
|
---|
12 | #include <dcdata.h>
|
---|
13 |
|
---|
14 | ULONG OSLibGetScreenHeight();
|
---|
15 | ULONG OSLibGetScreenWidth();
|
---|
16 |
|
---|
17 | void WIN32API Calculate1PixelDelta(pDCData pHps);
|
---|
18 | void WIN32API TestWideLine (pDCData pHps);
|
---|
19 | BOOL WIN32API changePageXForm(pDCData pHps, POINTL *pValue, int x, int y, POINTL *pPrev);
|
---|
20 | BOOL WIN32API setPageXForm(pDCData pHps);
|
---|
21 | VOID WIN32API selectClientArea(pDCData pHps);
|
---|
22 | VOID WIN32API removeClientArea(pDCData pHps);
|
---|
23 | LONG WIN32API clientHeight(HWND hwnd, pDCData pHps);
|
---|
24 | int WIN32API setMapMode(pDCData pHps, int mode);
|
---|
25 |
|
---|
26 | int WIN32API DIB_GetDIBWidthBytes( int width, int depth );
|
---|
27 | int WIN32API BITMAP_GetWidthBytes( INT width, INT depth );
|
---|
28 |
|
---|
29 | HWND WIN32API Win32ToOS2Handle(HWND hwndWin32);
|
---|
30 | HWND WIN32API OS2ToWin32Handle(HWND hwnd);
|
---|
31 |
|
---|
32 | #endif //__WINUSER32_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.