Für Informationen zur DirectRenderer-Funktion siehe is_DirectRenderer()
Bisherige DirectDraw Funktionen |
Entsprechende neue DirectRenderer-Funktionen |
|---|---|
entfällt |
|
is_DirectRenderer(h, DR_SHOW_OVERLAY, NULL, NULL); |
|
is_DirectRenderer(h, DR_HIDE_OVERLAY, NULL, NULL); |
|
entfällt |
|
is_DirectRenderer(h, DR_GET_OVERLAY_DC, (void*)&hDC, sizeof(HDC)); |
|
is_DirectRenderer(h, DR_RELEASE_OVERLAY_DC, NULL, NULL); |
|
entfällt |
|
entfällt |
|
entfällt |
|
entfällt |
|
entfällt |
|
entfällt |
|
entfällt |
|
entfällt |
|
is_DirectRenderer(h, DR_SET_HWND, (void*)&hwnd, sizeof(HWND)); |
|
UINT KeyColor[3]; KeyColor[0] = R; KeyColor[1] = G; KeyColor[2] = B; is_DirectRenderer(h, DR_SET_OVERLAY_KEY_COLOR, (void*)KeyColor, sizeof (KeyColor)); |
|
entfällt |
|
entfällt |
|
INT nFormat = <color format>; |
|
INT nFormat = -1; |
|
INT nWait = IS_WAIT; |