Home
last modified time | relevance | path

Searched refs:DDCOLORCONTROLCALLBACKSSIZE (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/gdi/gdi32/misc/
H A Dgdientry.c1018 RtlZeroMemory(&pColorControl, DDCOLORCONTROLCALLBACKSSIZE); in DdGetDriverInfo()
1019 pColorControl.dwSize = DDCOLORCONTROLCALLBACKSSIZE; in DdGetDriverInfo()
1023 pDrvInfoData.dwExpectedSize = DDCOLORCONTROLCALLBACKSSIZE ; in DdGetDriverInfo()
1028 pData->dwActualSize = DDCOLORCONTROLCALLBACKSSIZE; in DdGetDriverInfo()
1031 pUserColorControl->dwSize = DDCOLORCONTROLCALLBACKSSIZE; in DdGetDriverInfo()
/reactos/sdk/include/psdk/
H A Dddrawi.h634 #define DDCOLORCONTROLCALLBACKSSIZE sizeof(DDHAL_DDCOLORCONTROLCALLBACKS) macro