Ignore:
Timestamp:
Sep 14, 1999, 10:46:40 PM (26 years ago)
Author:
sandervl
Message:

Implemented Enum(Thread/Child)Windows

File:
1 edited

Legend:

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

    r724 r934  
    1 /* $Id: oslibwin.cpp,v 1.26 1999-08-28 14:09:29 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.27 1999-09-14 20:46:39 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    678678{
    679679   if(hwnd == OSLIB_HWND_DESKTOP)       hwnd = HWND_DESKTOP;
     680   else
     681   if(hwnd == OSLIB_HWND_OBJECT)        hwnd = HWND_OBJECT;
    680682
    681683   return WinBeginEnumWindows(hwnd);
     
    706708//******************************************************************************
    707709//******************************************************************************
     710BOOL OSLibWinQueryWindowProcess(HWND hwnd, ULONG *pid, ULONG *tid)
     711{
     712   return WinQueryWindowProcess(hwnd, pid, tid);
     713}
     714//******************************************************************************
     715//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.