PDD_COLORCB_COLORCONTROL Rückruffunktion (ddrawint.h)
Die DdControlColor-Rückruffunktion steuert die Helligkeits- und Helligkeitssteuerung einer Überlagerungsfläche.
Syntax
PDD_COLORCB_COLORCONTROL PddColorcbColorcontrol;
DWORD PddColorcbColorcontrol(
PDD_COLORCONTROLDATA unnamedParam1
)
{...}
Parameter
unnamedParam1
Zeigt auf eine DD_COLORCONTROLDATA Struktur, die die Farbsteuerelementinformationen für eine angegebene Überlagerungsoberfläche enthält.
Rückgabewert
DdControlColor gibt einen Rückrufcode zurück.
Hinweise
DdControlColor kann optional in einem DirectDraw-Treiber implementiert werden.
Anforderungen
Anforderung | Wert |
---|---|
Zielplattform | Desktop |
Kopfzeile | ddrawint.h (include Winddi.h) |