uLib  User mode C/C++ extended API library for Win32 programmers.

Module Description

Additional APIs for windows controls.

Groups

 Menu Controls
 
 Floating Point Text
 
 Multiple Document Interface
 
 Button Controls
 
 Listbox Controls
 
 Combobox Controls
 
 Statusbar Controls
 
 Listview Controls
 
 Trackbar Controls
 
 ImageList Support
 
 Toolbar Controls
 
 Treeview Controls
 
 Rebar Controls
 

Functions

bool IsWndClass (HWND hWnd, CSTR clsName)
 
CSTR GetWndClassName (HWND hWnd)
 

Function Documentation

◆ IsWndClass()

bool IsWndClass ( HWND  hWnd,
CSTR  clsName 
)

Return true if hWnd belongs to clsName.

Definition at line 1210 of file UserUtil.cpp.

◆ GetWndClassName()

CSTR GetWndClassName ( HWND  hWnd)

Note: Uses a static buffer.

Definition at line 1232 of file UserUtil.cpp.