Ignore:
Timestamp:
Aug 28, 1999, 4:09:58 PM (26 years ago)
Author:
sandervl
Message:

Use shared memory for class & window objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/oslibwin.h

    r715 r724  
    1 /* $Id: oslibwin.h,v 1.22 1999-08-27 17:50:56 dengert Exp $ */
     1/* $Id: oslibwin.h,v 1.23 1999-08-28 14:09:29 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    237237void  OSLibMapWINDOWPOStoSWP(struct tagWINDOWPOS *pwpos, PSWP pswp, PSWP pswpOld, HWND hParent, HWND hFrame);
    238238
     239HWND  OSLibWinBeginEnumWindows(HWND hwnd);
     240HWND  OSLibWinGetNextWindow(HWND hwndEnum);
     241HWND  OSLibWinQueryClientWindow(HWND hwndFrame);
     242BOOL  OSLibWinEndEnumWindows(HWND hwndEnum);
     243
    239244#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.