Searched refs:DDCOLORCONTROLCALLBACKSSIZE (Results 1 – 2 of 2) sorted by relevance
1018 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()
634 #define DDCOLORCONTROLCALLBACKSSIZE sizeof(DDHAL_DDCOLORCONTROLCALLBACKS) macro