So, hab jetzt in das
PSDK online geguckt und folgendes gefunden, was ich noch nicht ganz verstehe:
Zitat:
Parameters
lpClassName
[in] Pointer to a null-terminated string that specifies the class name or a class atom created by a previous call to the RegisterClass or RegisterClassEx function. The atom must be in the low-order word of lpClassName; the high-order word must be zero.
If lpClassName points to a string, it specifies the window class name. The class name can be any name registered with RegisterClass or RegisterClassEx, or any of the predefined control-class names.
If lpClassName is NULL, it finds any window whose title matches the lpWindowName parameter.
Ich verstehe nicht so ganz, was bei diesem Parameter erwartet wird. Was ist denn ein high- bzw. low-orderword. Und wie finde ich den ClassName überhaupt heraus?
Bitte um Hilfe.
Gruß
Stefan