Ignore:
Timestamp:
Aug 9, 2002, 1:19:56 PM (23 years ago)
Author:
sandervl
Message:

Partly implemented GetGUIThreadInfo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wndhandle.cpp

    r8942 r8978  
    1 /* $Id: win32wndhandle.cpp,v 1.15 2002-07-30 18:20:44 achimha Exp $ */
     1/* $Id: win32wndhandle.cpp,v 1.16 2002-08-09 11:19:56 sandervl Exp $ */
    22/*
    33 * Win32 Handle Management Code for OS/2
     
    77 *
    88 *
    9  * TODO: a linear list might not be the optimal implementation. Look
    10  *       into using some sort of tree
    119 * TODO: The table should be dynamically increased when necessary
    1210 *       This is just a quick and dirty implementation
    1311 * TODO: Probably need to clean up the table when app closes
    1412 *       (also store PID and remove all handles with PID of terminating app)
     13 * TODO: a linear list might not be the optimal implementation. Look
     14 *       into using some sort of tree (not important)
    1515 *
    1616 * Project Odin Software License can be found in LICENSE.TXT
Note: See TracChangeset for help on using the changeset viewer.