// d3d10umddi.h
typedef struct D3D11DDIARG_CREATECOMMANDLIST {
[in] D3D10DDI_HDEVICE hDeferredContext;
} D3D11DDIARG_CREATECOMMANDLIST;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D11DDIARG_CREATECOMMANDLIST structure contains a handle to the deferred context that was created by the CreateDeferredContext function.
hDeferredContext [in]A handle to the deferred context.