Ignore:
Timestamp:
Dec 9, 1999, 1:54:05 AM (26 years ago)
Author:
sandervl
Message:

Unicode <-> Ascii translation changes + fixes for window procedures

File:
1 edited

Legend:

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

    r1762 r2033  
    1 /* $Id: win32class.h,v 1.5 1999-11-17 17:04:54 cbratschi Exp $ */
     1/* $Id: win32class.h,v 1.6 1999-12-09 00:53:37 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    1616{
    1717public:
    18         Win32WndClass(WNDCLASSEXA *wndclass, BOOL isUnicode = FALSE);
     18        Win32WndClass(WNDCLASSEXA *wndclass, BOOL fUnicode = FALSE);
    1919       ~Win32WndClass();
    2020
    21          ULONG  getClassLongA(int index, BOOL isUnicode = FALSE);
     21         ULONG  getClassLongA(int index, BOOL fUnicode = FALSE);
    2222         ULONG  getClassLongW(int index)
    2323         {
     
    2626         WORD   getClassWord(int index);
    2727
    28          ULONG  setClassLongA(int index, LONG lNewVal, BOOL isUnicode = FALSE);
     28         ULONG  setClassLongA(int index, LONG lNewVal, BOOL fUnicode = FALSE);
    2929         ULONG  setClassLongW(int index, LONG lNewVal)
    3030         {
     
    5656          DWORD GetWindowCount()        { return cWindows; };
    5757
    58           BOOL  hasClassName(LPSTR classname, BOOL fUnicode = 0);
     58          BOOL  hasClassName(LPSTR classname, BOOL fUnicode = FALSE);
    5959
    6060          BOOL  isAppClass(ULONG curProcessId);
Note: See TracChangeset for help on using the changeset viewer.