mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
some translations: GreatLordish -> English
svn path=/trunk/; revision=37170
This commit is contained in:
parent
bbf8408292
commit
3d6eedfc0e
5 changed files with 83 additions and 83 deletions
|
@ -123,11 +123,11 @@ NtGdiD3dContextCreate(HANDLE hDirectDrawLocal,
|
|||
|
||||
if (pfnD3dContextCreate == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnD3dContextCreate");
|
||||
DPRINT1("Warning: no pfnD3dContextCreate");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys D3dContextCreate");
|
||||
DPRINT1("Calling dxg.sys D3dContextCreate");
|
||||
return pfnD3dContextCreate(hDirectDrawLocal, hSurfColor, hSurfZ, pdcci);
|
||||
}
|
||||
|
||||
|
@ -158,11 +158,11 @@ NtGdiD3dContextDestroy(LPD3DNTHAL_CONTEXTDESTROYDATA pContextDestroyData)
|
|||
|
||||
if ( pfnD3dContextDestroy == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnD3dContextDestroy");
|
||||
DPRINT1("Warning: no pfnD3dContextDestroy");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys D3dContextDestroy");
|
||||
DPRINT1("Calling dxg.sys D3dContextDestroy");
|
||||
return pfnD3dContextDestroy(pContextDestroyData);
|
||||
}
|
||||
|
||||
|
@ -196,11 +196,11 @@ NtGdiD3dContextDestroyAll(LPD3DNTHAL_CONTEXTDESTROYALLDATA pdcad)
|
|||
|
||||
if (pfnD3dContextDestroyAll == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnD3dContextDestroyAll");
|
||||
DPRINT1("Warning: no pfnD3dContextDestroyAll");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys D3dContextDestroyAll");
|
||||
DPRINT1("Calling dxg.sys D3dContextDestroyAll");
|
||||
return pfnD3dContextDestroyAll(pdcad);
|
||||
}
|
||||
|
||||
|
@ -271,11 +271,11 @@ NtGdiDdCreateD3DBuffer(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDdCreateD3DBuffer == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdCreateD3DBuffer");
|
||||
DPRINT1("Warning no pfnDdCreateD3DBuffer");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys DdCreateD3DBuffer");
|
||||
DPRINT1("Calling dxg.sys DdCreateD3DBuffer");
|
||||
return pfnDdCreateD3DBuffer(hDirectDraw, hSurface,
|
||||
puSurfaceDescription, puSurfaceGlobalData,
|
||||
puSurfaceLocalData, puSurfaceMoreData,
|
||||
|
@ -293,11 +293,11 @@ NtGdiDdDestroyD3DBuffer(HANDLE hSurface)
|
|||
|
||||
if (pfnDdDestroyD3DBuffer == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdDestroyD3DBuffer");
|
||||
DPRINT1("Warning no pfnDdDestroyD3DBuffer");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdDestroyD3DBuffer");
|
||||
DPRINT1("Calling dxg.sys pfnDdDestroyD3DBuffer");
|
||||
return pfnDdDestroyD3DBuffer(hSurface);
|
||||
}
|
||||
|
||||
|
@ -318,11 +318,11 @@ NtGdiD3dDrawPrimitives2(HANDLE hCmdBuf,
|
|||
|
||||
if (pfnD3dDrawPrimitives2 == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnD3dDrawPrimitives2");
|
||||
DPRINT1("Warning: no pfnD3dDrawPrimitives2");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys D3dDrawPrimitives2");
|
||||
DPRINT1("Calling dxg.sys D3dDrawPrimitives2");
|
||||
return pfnD3dDrawPrimitives2(hCmdBuf,hVBuf,pded,pfpVidMemCmd,pdwSizeCmd,pfpVidMemVtx,pdwSizeVtx);
|
||||
}
|
||||
|
||||
|
@ -339,11 +339,11 @@ NtGdiDdLockD3D(HANDLE hSurface,
|
|||
|
||||
if (pfnDdLockD3D == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdLockD3D");
|
||||
DPRINT1("Warning: no pfnDdLockD3D");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdLockD3D");
|
||||
DPRINT1("Calling dxg.sys pfnDdLockD3D");
|
||||
return pfnDdLockD3D(hSurface, puLockData);
|
||||
}
|
||||
|
||||
|
@ -358,11 +358,11 @@ NtGdiD3dValidateTextureStageState(LPD3DNTHAL_VALIDATETEXTURESTAGESTATEDATA pData
|
|||
|
||||
if (pfnD3dValidateTextureStageState == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnD3dValidateTextureStageState");
|
||||
DPRINT1("Warning: no pfnD3dValidateTextureStageState");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys D3dValidateTextureStageState");
|
||||
DPRINT1("Calling dxg.sys D3dValidateTextureStageState");
|
||||
return pfnD3dValidateTextureStageState(pData);
|
||||
}
|
||||
|
||||
|
@ -378,11 +378,11 @@ NtGdiDdUnlockD3D(HANDLE hSurface,
|
|||
|
||||
if (pfnDdUnlockD3D == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdUnlockD3D");
|
||||
DPRINT1("Warning: no pfnDdUnlockD3D");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdUnlockD3D");
|
||||
DPRINT1("Calling dxg.sys pfnDdUnlockD3D");
|
||||
return pfnDdUnlockD3D(hSurface, puUnlockData);
|
||||
|
||||
}
|
||||
|
|
|
@ -29,11 +29,11 @@ NtGdiDdCreateSurface(HANDLE hDirectDrawLocal,
|
|||
|
||||
if (pfnDdCreateSurface == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdCreateSurface\n");
|
||||
DPRINT1("Warning: no pfnDdCreateSurface\n");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdCreateSurface\n");
|
||||
DPRINT1("Calling dxg.sys pfnDdCreateSurface\n");
|
||||
return pfnDdCreateSurface(hDirectDrawLocal,hSurface,puSurfaceDescription,puSurfaceGlobalData,
|
||||
puSurfaceLocalData,puSurfaceMoreData,puCreateSurfaceData,puhSurface);
|
||||
}
|
||||
|
@ -50,11 +50,11 @@ NtGdiDdWaitForVerticalBlank(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDdWaitForVerticalBlank == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdWaitForVerticalBlank\n");
|
||||
DPRINT1("Warning: no pfnDdWaitForVerticalBlank\n");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdWaitForVerticalBlank\n");
|
||||
DPRINT1("Calling dxg.sys pfnDdWaitForVerticalBlank\n");
|
||||
return pfnDdWaitForVerticalBlank(hDirectDraw, puWaitForVerticalBlankData);
|
||||
}
|
||||
|
||||
|
@ -70,11 +70,11 @@ NtGdiDdCanCreateSurface(HANDLE hDirectDrawLocal,
|
|||
|
||||
if (pfnDdCanCreateSurface == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdCanCreateSurface\n");
|
||||
DPRINT1("Warning: no pfnDdCanCreateSurface\n");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys DdCanCreateSurface\n");
|
||||
DPRINT1("Calling dxg.sys DdCanCreateSurface\n");
|
||||
|
||||
return pfnDdCanCreateSurface(hDirectDrawLocal,puCanCreateSurfaceData);
|
||||
}
|
||||
|
@ -91,11 +91,11 @@ NtGdiDdGetScanLine(HANDLE hDirectDrawLocal,
|
|||
|
||||
if (pfnDdGetScanLine == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdGetScanLine\n");
|
||||
DPRINT1("Warning: no pfnDdGetScanLine\n");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdGetScanLine\n");
|
||||
DPRINT1("Calling dxg.sys pfnDdGetScanLine\n");
|
||||
|
||||
return pfnDdGetScanLine(hDirectDrawLocal,puGetScanLineData);
|
||||
}
|
||||
|
@ -119,11 +119,11 @@ NtGdiDdCreateSurfaceEx(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDdCreateSurfaceEx == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdCreateSurfaceEx\n");
|
||||
DPRINT1("Warning: no pfnDdCreateSurfaceEx\n");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdCreateSurfaceEx\n");
|
||||
DPRINT1("Calling dxg.sys pfnDdCreateSurfaceEx\n");
|
||||
return pfnDdCreateSurfaceEx(hDirectDraw,hSurface,dwSurfaceHandle);
|
||||
|
||||
}
|
||||
|
|
|
@ -94,7 +94,7 @@ intEnableReactXDriver(HDC hdc)
|
|||
}
|
||||
else
|
||||
{
|
||||
DPRINT1(" The dxg.sys and graphic card driver interface is enable \n ");
|
||||
DPRINT1(" The dxg.sys and graphic card driver interface is enabled \n ");
|
||||
success = TRUE;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,11 +24,11 @@ NtGdiDvpCanCreateVideoPort(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDvpCanCreateVideoPort == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpCanCreateVideoPort");
|
||||
DPRINT1("Warning: no pfnDvpCanCreateVideoPort");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpCanCreateVideoPort");
|
||||
DPRINT1("Calling dxg.sys pfnDvpCanCreateVideoPort");
|
||||
return pfnDvpCanCreateVideoPort(hDirectDraw, puCanCreateVPortData);
|
||||
}
|
||||
|
||||
|
@ -44,11 +44,11 @@ NtGdiDvpColorControl(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpColorControl == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpColorControl");
|
||||
DPRINT1("Warning: no pfnDvpColorControl");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpColorControl");
|
||||
DPRINT1("Calling dxg.sys pfnDvpColorControl");
|
||||
return pfnDvpColorControl(hVideoPort, puVPortColorData);
|
||||
}
|
||||
|
||||
|
@ -64,11 +64,11 @@ NtGdiDvpCreateVideoPort(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDvpCreateVideoPort == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpCreateVideoPort");
|
||||
DPRINT1("Warning: no pfnDvpCreateVideoPort");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpCreateVideoPort");
|
||||
DPRINT1("Calling dxg.sys pfnDvpCreateVideoPort");
|
||||
return pfnDvpCreateVideoPort(hDirectDraw, puCreateVPortData);
|
||||
}
|
||||
|
||||
|
@ -84,11 +84,11 @@ NtGdiDvpDestroyVideoPort(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpDestroyVideoPort == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpDestroyVideoPort");
|
||||
DPRINT1("Warning: no pfnDvpDestroyVideoPort");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpDestroyVideoPort");
|
||||
DPRINT1("Calling dxg.sys pfnDvpDestroyVideoPort");
|
||||
return pfnDvpDestroyVideoPort(hVideoPort, puDestroyVPortData);
|
||||
}
|
||||
|
||||
|
@ -106,11 +106,11 @@ NtGdiDvpFlipVideoPort(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpFlipVideoPort == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpFlipVideoPort");
|
||||
DPRINT1("Warning: no pfnDvpFlipVideoPort");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpFlipVideoPort");
|
||||
DPRINT1("Calling dxg.sys pfnDvpFlipVideoPort");
|
||||
return pfnDvpFlipVideoPort(hVideoPort, hDDSurfaceCurrent, hDDSurfaceTarget, puFlipVPortData);
|
||||
}
|
||||
|
||||
|
@ -127,11 +127,11 @@ NtGdiDvpGetVideoPortBandwidth(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpGetVideoPortBandwidth == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpGetVideoPortBandwidth");
|
||||
DPRINT1("Warning: no pfnDvpGetVideoPortBandwidth");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpGetVideoPortBandwidth");
|
||||
DPRINT1("Calling dxg.sys pfnDvpGetVideoPortBandwidth");
|
||||
return pfnDvpGetVideoPortBandwidth(hVideoPort, puGetVPortBandwidthData);
|
||||
}
|
||||
|
||||
|
@ -148,11 +148,11 @@ NtGdiDvpGetVideoPortFlipStatus(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDvpGetVideoPortFlipStatus == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpGetVideoPortFlipStatus");
|
||||
DPRINT1("Warning: no pfnDvpGetVideoPortFlipStatus");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpGetVideoPortFlipStatus");
|
||||
DPRINT1("Calling dxg.sys pfnDvpGetVideoPortFlipStatus");
|
||||
return pfnDvpGetVideoPortFlipStatus(hDirectDraw, puGetVPortFlipStatusData);
|
||||
}
|
||||
|
||||
|
@ -169,11 +169,11 @@ NtGdiDvpGetVideoPortInputFormats(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpGetVideoPortInputFormats == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpGetVideoPortInputFormats");
|
||||
DPRINT1("Warning: no pfnDvpGetVideoPortInputFormats");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpGetVideoPortInputFormats");
|
||||
DPRINT1("Calling dxg.sys pfnDvpGetVideoPortInputFormats");
|
||||
return pfnDvpGetVideoPortInputFormats(hVideoPort, puGetVPortInputFormatData);
|
||||
}
|
||||
|
||||
|
@ -190,11 +190,11 @@ NtGdiDvpGetVideoPortLine(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpGetVideoPortLine == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpGetVideoPortLine");
|
||||
DPRINT1("Warning: no pfnDvpGetVideoPortLine");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpGetVideoPortLine");
|
||||
DPRINT1("Calling dxg.sys pfnDvpGetVideoPortLine");
|
||||
return pfnDvpGetVideoPortLine(hVideoPort, puGetVPortLineData);
|
||||
}
|
||||
|
||||
|
@ -211,11 +211,11 @@ NtGdiDvpGetVideoPortOutputFormats(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpGetVideoPortOutputFormats == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpGetVideoPortOutputFormats");
|
||||
DPRINT1("Warning: no pfnDvpGetVideoPortOutputFormats");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpGetVideoPortOutputFormats");
|
||||
DPRINT1("Calling dxg.sys pfnDvpGetVideoPortOutputFormats");
|
||||
return pfnDvpGetVideoPortOutputFormats(hVideoPort, puGetVPortOutputFormatData);
|
||||
|
||||
}
|
||||
|
@ -233,11 +233,11 @@ NtGdiDvpGetVideoPortConnectInfo(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDvpGetVideoPortConnectInfo == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpGetVideoPortConnectInfo");
|
||||
DPRINT1("Warning: no pfnDvpGetVideoPortConnectInfo");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpGetVideoPortConnectInfo");
|
||||
DPRINT1("Calling dxg.sys pfnDvpGetVideoPortConnectInfo");
|
||||
return pfnDvpGetVideoPortConnectInfo(hDirectDraw, puGetVPortConnectData);
|
||||
}
|
||||
|
||||
|
@ -254,11 +254,11 @@ NtGdiDvpGetVideoSignalStatus(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpGetVideoSignalStatus == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpGetVideoSignalStatus");
|
||||
DPRINT1("Warning: no pfnDvpGetVideoSignalStatus");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpGetVideoSignalStatus");
|
||||
DPRINT1("Calling dxg.sys pfnDvpGetVideoSignalStatus");
|
||||
return pfnDvpGetVideoSignalStatus(hVideoPort, puGetVPortSignalData);
|
||||
|
||||
}
|
||||
|
@ -278,11 +278,11 @@ NtGdiDvpUpdateVideoPort(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpUpdateVideoPort == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpUpdateVideoPort");
|
||||
DPRINT1("Warning: no pfnDvpUpdateVideoPort");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpUpdateVideoPort");
|
||||
DPRINT1("Calling dxg.sys pfnDvpUpdateVideoPort");
|
||||
return pfnDvpUpdateVideoPort(hVideoPort, phSurfaceVideo, phSurfaceVbi, puUpdateVPortData);
|
||||
|
||||
}
|
||||
|
@ -300,11 +300,11 @@ NtGdiDvpWaitForVideoPortSync(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpWaitForVideoPortSync == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpWaitForVideoPortSync");
|
||||
DPRINT1("Warning: no pfnDvpWaitForVideoPortSync");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpWaitForVideoPortSync");
|
||||
DPRINT1("Calling dxg.sys pfnDvpWaitForVideoPortSync");
|
||||
return pfnDvpWaitForVideoPortSync(hVideoPort, puWaitForVPortSyncData);
|
||||
}
|
||||
|
||||
|
@ -322,11 +322,11 @@ NtGdiDvpAcquireNotification(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpAcquireNotification == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpAcquireNotification");
|
||||
DPRINT1("Warning: no pfnDvpAcquireNotification");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpAcquireNotification");
|
||||
DPRINT1("Calling dxg.sys pfnDvpAcquireNotification");
|
||||
return pfnDvpAcquireNotification(hVideoPort, hEvent, pNotify);
|
||||
}
|
||||
|
||||
|
@ -343,11 +343,11 @@ NtGdiDvpReleaseNotification(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpReleaseNotification == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpReleaseNotification");
|
||||
DPRINT1("Warning: no pfnDvpReleaseNotification");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpReleaseNotification");
|
||||
DPRINT1("Calling dxg.sys pfnDvpReleaseNotification");
|
||||
return pfnDvpReleaseNotification(hVideoPort, hEvent);
|
||||
|
||||
}
|
||||
|
@ -365,11 +365,11 @@ NtGdiDvpGetVideoPortField(HANDLE hVideoPort,
|
|||
|
||||
if (pfnDvpGetVideoPortField == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDvpGetVideoPortField");
|
||||
DPRINT1("Warning: no pfnDvpGetVideoPortField");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDvpGetVideoPortField");
|
||||
DPRINT1("Calling dxg.sys pfnDvpGetVideoPortField");
|
||||
return pfnDvpGetVideoPortField(hVideoPort, puGetVPortFieldData);
|
||||
|
||||
}
|
||||
|
|
|
@ -24,11 +24,11 @@ NtGdiDdBeginMoCompFrame(HANDLE hMoComp,
|
|||
|
||||
if (pfnDdBeginMoCompFrame == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdBeginMoCompFrame");
|
||||
DPRINT1("Warning: no pfnDdBeginMoCompFrame");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys DdBeginMoCompFrame");
|
||||
DPRINT1("Calling dxg.sys DdBeginMoCompFrame");
|
||||
return pfnDdBeginMoCompFrame(hMoComp,puBeginFrameData);
|
||||
}
|
||||
|
||||
|
@ -43,11 +43,11 @@ NtGdiDdCreateMoComp(HANDLE hDirectDraw, PDD_CREATEMOCOMPDATA puCreateMoCompData)
|
|||
|
||||
if (pfnDdCreateMoComp == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdCreateMoComp");
|
||||
DPRINT1("Warning: no pfnDdCreateMoComp");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys DdCreateMoComp");
|
||||
DPRINT1("Calling dxg.sys DdCreateMoComp");
|
||||
return pfnDdCreateMoComp(hDirectDraw, puCreateMoCompData);
|
||||
}
|
||||
|
||||
|
@ -63,11 +63,11 @@ NtGdiDdDestroyMoComp(HANDLE hMoComp,
|
|||
|
||||
if (pfnDxDdDestroyMoComp == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDxDdDestroyMoComp");
|
||||
DPRINT1("Warning: no pfnDxDdDestroyMoComp");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys DxDdDestroyMoComp");
|
||||
DPRINT1("Calling dxg.sys DxDdDestroyMoComp");
|
||||
return pfnDxDdDestroyMoComp(hMoComp, puBeginFrameData);
|
||||
}
|
||||
|
||||
|
@ -83,11 +83,11 @@ NtGdiDdEndMoCompFrame(HANDLE hMoComp,
|
|||
|
||||
if (pfnDdEndMoCompFrame == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdEndMoCompFrame");
|
||||
DPRINT1("Warning: no pfnDdEndMoCompFrame");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdEndMoCompFrame");
|
||||
DPRINT1("Calling dxg.sys pfnDdEndMoCompFrame");
|
||||
return pfnDdEndMoCompFrame(hMoComp, puEndFrameData);
|
||||
}
|
||||
|
||||
|
@ -103,11 +103,11 @@ NtGdiDdGetInternalMoCompInfo(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDdGetInternalMoCompInfo == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdGetInternalMoCompInfo");
|
||||
DPRINT1("Warning: no pfnDdGetInternalMoCompInfo");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdGetInternalMoCompInfo");
|
||||
DPRINT1("Calling dxg.sys pfnDdGetInternalMoCompInfo");
|
||||
return pfnDdGetInternalMoCompInfo(hDirectDraw, puGetInternalData);
|
||||
}
|
||||
|
||||
|
@ -124,11 +124,11 @@ NtGdiDdGetMoCompBuffInfo(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDdGetMoCompBuffInfo == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdGetMoCompBuffInfo");
|
||||
DPRINT1("Warning: no pfnDdGetMoCompBuffInfo");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdGetMoCompBuffInfo");
|
||||
DPRINT1("Calling dxg.sys pfnDdGetMoCompBuffInfo");
|
||||
return pfnDdGetMoCompBuffInfo(hDirectDraw, puGetBuffData);
|
||||
}
|
||||
|
||||
|
@ -144,11 +144,11 @@ NtGdiDdGetMoCompFormats(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDdGetMoCompFormats == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdGetMoCompFormats");
|
||||
DPRINT1("Warning: no pfnDdGetMoCompFormats");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdGetMoCompFormats");
|
||||
DPRINT1("Calling dxg.sys pfnDdGetMoCompFormats");
|
||||
return pfnDdGetMoCompFormats(hDirectDraw, puGetMoCompFormatsData);
|
||||
}
|
||||
|
||||
|
@ -165,11 +165,11 @@ NtGdiDdGetMoCompGuids(HANDLE hDirectDraw,
|
|||
|
||||
if (pfnDdGetMoCompGuids == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdGetMoCompGuids");
|
||||
DPRINT1("Warning: no pfnDdGetMoCompGuids");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdGetMoCompGuids");
|
||||
DPRINT1("Calling dxg.sys pfnDdGetMoCompGuids");
|
||||
return pfnDdGetMoCompGuids(hDirectDraw, puGetMoCompGuidsData);
|
||||
}
|
||||
|
||||
|
@ -187,11 +187,11 @@ NtGdiDdQueryMoCompStatus(HANDLE hMoComp,
|
|||
|
||||
if (pfnDdQueryMoCompStatus == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdQueryMoCompStatus");
|
||||
DPRINT1("Warning: no pfnDdQueryMoCompStatus");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdQueryMoCompStatus");
|
||||
DPRINT1("Calling dxg.sys pfnDdQueryMoCompStatus");
|
||||
return pfnDdQueryMoCompStatus(hMoComp, puQueryMoCompStatusData);
|
||||
}
|
||||
|
||||
|
@ -208,11 +208,11 @@ NtGdiDdRenderMoComp(HANDLE hMoComp,
|
|||
|
||||
if (pfnDdRenderMoComp == NULL)
|
||||
{
|
||||
DPRINT1("Warring no pfnDdRenderMoComp");
|
||||
DPRINT1("Warning: no pfnDdRenderMoComp");
|
||||
return DDHAL_DRIVER_NOTHANDLED;
|
||||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdRenderMoComp");
|
||||
DPRINT1("Calling dxg.sys pfnDdRenderMoComp");
|
||||
return pfnDdRenderMoComp(hMoComp, puRenderMoCompData);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue