Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to update the hardware context state.
Syntax
DXGKDDI_UPDATEHWCONTEXTSTATE DxgkddiUpdatehwcontextstate;
NTSTATUS DxgkddiUpdatehwcontextstate(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_UPDATEHWCONTEXTSTATE pUpdateHwContextState
)
{...}
Parameters
hAdapter
A handle to the generated adapter.
pUpdateHwContextState
A pointer used by the function to update the hardware context state.
Return value
Returns STATUS_SUCCESS if completed successfully.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3dkmddi.h |
IRQL | requires_(PASSIVE_LEVEL) |