Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
877 B

extern TCHAR const c_szNULL[];
extern TCHAR const c_szSpace[];
extern TCHAR const c_szTabControlClass[];
extern TCHAR const c_szListViewClass[];
extern TCHAR const c_szHeaderClass[];
extern TCHAR const c_szTreeViewClass[];
extern TCHAR const c_szStatusClass[];
extern TCHAR const c_szSToolTipsClass[];
extern TCHAR const c_szToolbarClass[];
extern TCHAR const c_szReBarClass[];
extern TCHAR const c_szEllipses[];
extern TCHAR const c_szShell[];
extern TCHAR const c_szEdit[];
extern TCHAR const c_szSelect[];
extern const TCHAR s_szUpdownClass[];
extern const TCHAR s_szBUTTONLISTBOX[];
#define s_szEllipses c_szEllipses
#ifdef WANT_SUCKY_HEADER
extern const TCHAR s_szHeaderClass[];
#endif
extern const TCHAR s_szHOTKEY_CLASS[];
extern const TCHAR s_szSTrackBarClass[];
extern const TCHAR s_szPROGRESS_CLASS[];
extern const TCHAR c_szCC32Subclass[];
#define CCHELLIPSES 3