Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 88 of file main.c.
Referenced by DDOffscreenBufferTest(), DDPrimarySurfaceTest(), dglBuildPixelFormatList(), and dglCreateContextBuffers().
{ HRESULT retVal = DDERR_GENERIC; /* remove this when UML diagram is in place this api is finished and is working as it should */ DX_WINDBG_trace(); _SEH2_TRY { /* check if pUnkOuter is null or not */ if (pUnkOuter) { retVal = CLASS_E_NOAGGREGATION; } else { retVal = Create_DirectDraw (lpGUID, (LPDIRECTDRAW*)lplpDD, &IID_IDirectDraw, FALSE); } } _SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER) { } _SEH2_END; return retVal; }