// d3d10umddi.h
PFND3D11_1DDI_VIDEOPROCESSORINPUTVIEWREADAFTERWRITEHAZARD Pfnd3d111DdiVideoprocessorinputviewreadafterwritehazard;
VOID Pfnd3d111DdiVideoprocessorinputviewreadafterwritehazard(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HVIDEOPROCESSORINPUTVIEW unnamedParam2,
D3D10DDI_HRESOURCE unnamedParam3
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Notifies the display miniport driver that the VideoProcessorBlt function is about to be called to read from a specified input view resource for a video processor. This resource had previously been written to by either the VideoDecoderSubmitBuffers or the DecryptionBlt(D3D11_1) functions.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2hView [in]
A handle to the driver's private data for the video processor input view that was created through a call to the CreateVideoProcessorInputView function.
unnamedParam3hResource [in]
A handle to the driver's private data for an input view resource object. This handle is created though a call to the CreateVideoProcessorInputView function.