A> Как определить имя класса (записать его в строковую переменную) имея A> указатель на класс?
A>
There is such function
int GetClassName(
HWND hWnd, // handle of window
LPTSTR lpClassName, // address of buffer for class name
int nMaxCount // size of buffer, in characters
);
use it if your window belongs to it
"Do we need us?"
<A HREF="http://geocities.com/dprpg">Ionware Productions — Game and Demo Development."</A>