Home
last modified time | relevance | path

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

/reactos/win32ss/reactx/dxg/
H A Dddraw.c42 BOOL intDdGetDriverInfo(PEDD_DIRECTDRAW_GLOBAL peDdGl, GUID guid, PVOID callbackStruct, ULONG callb… in intDdGetDriverInfo() function
89intDdGetDriverInfo(peDdGl, GUID_KernelCaps, &peDdGl->ddKernelCaps, sizeof(peDdGl->ddKernelCaps), 0… in intDdGetAllDriverInfo()
90intDdGetDriverInfo(peDdGl, GUID_KernelCallbacks, &peDdGl->ddKernelCallbacks, sizeof(peDdGl->ddKern… in intDdGetAllDriverInfo()
92 …if (intDdGetDriverInfo(peDdGl, GUID_D3DCallbacks3, &peDdGl->d3dNtHalCallbacks3, sizeof(peDdGl->d3d… in intDdGetAllDriverInfo()
95 …if (intDdGetDriverInfo(peDdGl, GUID_ColorControlCallbacks, &peDdGl->ddColorControlCallbacks, sizeo… in intDdGetAllDriverInfo()
98 …if (intDdGetDriverInfo(peDdGl, GUID_MiscellaneousCallbacks, &peDdGl->ddMiscellanousCallbacks, size… in intDdGetAllDriverInfo()
104 …if (intDdGetDriverInfo(peDdGl, GUID_NTCallbacks, &peDdGl->ddNtCallbacks, sizeof(peDdGl->ddNtCallba… in intDdGetAllDriverInfo()
107 …if (intDdGetDriverInfo(peDdGl, GUID_DDMoreCaps, &peDdGl->ddMoreCaps, sizeof(peDdGl->ddMoreCaps), 0… in intDdGetAllDriverInfo()
110 …if (intDdGetDriverInfo(peDdGl, GUID_NTPrivateDriverCaps, &peDdGl->ddNtPrivateDriverCaps, sizeof(pe… in intDdGetAllDriverInfo()
113 …if (intDdGetDriverInfo(peDdGl, GUID_MotionCompCallbacks, &peDdGl->ddMotionCompCallbacks, sizeof(pe… in intDdGetAllDriverInfo()
[all …]