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/win32class.h

    r614 r724  
    1 /* $Id: win32class.h,v 1.4 1999-08-22 08:30:52 sandervl Exp $ */
     1/* $Id: win32class.h,v 1.5 1999-08-28 14:09:30 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    5252          void  DecreaseWindowCount()   { cWindows--; };
    5353          DWORD GetWindowCount()        { return cWindows; };
     54
     55          BOOL  hasClassName(LPSTR classname, BOOL fUnicode = 0);
    5456         
    5557 static  void   UnregisterClassA(HINSTANCE hinst, LPSTR id);
Note: See TracChangeset for help on using the changeset viewer.