Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/misc/
H A Dgdientry.c1050 DDHAL_DDMISCELLANEOUSCALLBACKS pMisc; in DdGetDriverInfo() local
1054 RtlZeroMemory(&pMisc, DDMISCELLANEOUSCALLBACKSSIZE); in DdGetDriverInfo()
1055 pMisc.dwSize = DDMISCELLANEOUSCALLBACKSSIZE; in DdGetDriverInfo()
1058 pDrvInfoData.lpvData = (PVOID)&pMisc; in DdGetDriverInfo()
1086 DDHAL_DDMISCELLANEOUS2CALLBACKS pMisc; in DdGetDriverInfo() local
1091 pMisc.dwSize = DDMISCELLANEOUS2CALLBACKSSIZE; in DdGetDriverInfo()
1094 pDrvInfoData.lpvData = (PVOID)&pMisc; in DdGetDriverInfo()
1102 pUserMisc->dwFlags = pMisc.dwFlags; in DdGetDriverInfo()
1105 if ( pMisc.Reserved ) in DdGetDriverInfo()
1110 if ( pMisc.CreateSurfaceEx ) in DdGetDriverInfo()
[all …]