|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
Additional APIs for windows controls.
Functions | |
| bool | IsWndClass (HWND hWnd, CSTR clsName) |
| CSTR | GetWndClassName (HWND hWnd) |
| bool IsWndClass | ( | HWND | hWnd, |
| CSTR | clsName | ||
| ) |
Return true if hWnd belongs to clsName.
Definition at line 1210 of file UserUtil.cpp.
| CSTR GetWndClassName | ( | HWND | hWnd | ) |
Note: Uses a static buffer.
Definition at line 1232 of file UserUtil.cpp.