Ignore:
Timestamp:
Oct 25, 1999, 12:56:11 AM (26 years ago)
Author:
sandervl
Message:

class changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32class.h

    r1000 r1433  
    1 /* $Id: win32class.h,v 1.2 1999-09-21 17:04:27 dengert Exp $ */
     1/* $Id: win32class.h,v 1.3 1999-10-24 22:56:09 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    5757          BOOL  hasClassName(LPSTR classname, BOOL fUnicode = 0);
    5858
     59          BOOL  isAppClass(ULONG curProcessId);
     60
    5961 static  void   UnregisterClassA(HINSTANCE hinst, LPSTR id);
    6062
     
    8385 //User data class words/longs
    8486 ULONG         *userClassLong;
     87 ULONG          processId;
    8588
    8689 //nr of windows created with this class
Note: See TracChangeset for help on using the changeset viewer.