Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 339 of file dvp.c.
{ PGD_DXDVPRELEASENOTIFICATION pfnDvpReleaseNotification = (PGD_DXDVPRELEASENOTIFICATION)gpDxFuncs[DXG_INDEX_DxDvpReleaseNotification].pfn; if (pfnDvpReleaseNotification == NULL) { DPRINT1("Warning: no pfnDvpReleaseNotification"); return DDHAL_DRIVER_NOTHANDLED; } DPRINT1("Calling dxg.sys pfnDvpReleaseNotification"); return pfnDvpReleaseNotification(hVideoPort, hEvent); }