Zitat von
sniper_w:
Delphi-Quellcode:
IconData := PNOTIFYICONDATA(((PByte(cpData^.lpData))^+8));
iTrayCommand := (PInteger((PByte(cpData^.lpData))^ + 4))^;
Was sind eingentlich IconData und iTrayCommand ? Ein Cardinal und ein Integer ?
jein, IconData ist ein PNotifyIconData also ein zeiger auf eine NotifyIconData - Strucktur und iTrayCommand ist ein Integer