ich kenn die Implementierung und dern Konstanten nicht, der übliche Code an dieser Stelle sieht so aus
Delphi-Quellcode:
exStyle := GetWindowLongA(
handle, GWL_EXSTYLE);
if (exStyle
and WS_EX_LAYERED = 0)
then
SetWindowLong(
handle, GWL_EXSTYLE, exStyle
or WS_EX_LAYERED);