Searched refs:pMisc (Results 1 – 1 of 1) sorted by relevance
1050 DDHAL_DDMISCELLANEOUSCALLBACKS pMisc; in DdGetDriverInfo() local1054 RtlZeroMemory(&pMisc, DDMISCELLANEOUSCALLBACKSSIZE); in DdGetDriverInfo()1055 pMisc.dwSize = DDMISCELLANEOUSCALLBACKSSIZE; in DdGetDriverInfo()1058 pDrvInfoData.lpvData = (PVOID)&pMisc; in DdGetDriverInfo()1086 DDHAL_DDMISCELLANEOUS2CALLBACKS pMisc; in DdGetDriverInfo() local1091 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 …]