Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 2.03 KB

ns-d3dkmthk-_d3dkmt_devicepagefault_state.md

File metadata and controls

79 lines (58 loc) · 2.03 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.ddi-compliance req.unicode-ansi req.max-support req.typenames targetos ms.custom tech.root f1_keywords topic_type api_type api_location api_name dev_langs
NS:d3dkmthk._D3DKMT_DEVICEPAGEFAULT_STATE
_D3DKMT_DEVICEPAGEFAULT_STATE (d3dkmthk.h)
Contains information about the device page fault state.
10/19/2018
D3DKMT_DEVICEPAGEFAULT_STATE structure
_D3DKMT_DEVICEPAGEFAULT_STATE, D3DKMT_DEVICEPAGEFAULT_STATE,
d3dkmthk.h
D3DKMT_DEVICEPAGEFAULT_STATE
Windows
RS5
display
_D3DKMT_DEVICEPAGEFAULT_STATE
d3dkmthk/_D3DKMT_DEVICEPAGEFAULT_STATE
D3DKMT_DEVICEPAGEFAULT_STATE
d3dkmthk/D3DKMT_DEVICEPAGEFAULT_STATE
apiref
HeaderDef
d3dkmthk.h
_D3DKMT_DEVICEPAGEFAULT_STATE
D3DKMT_DEVICEPAGEFAULT_STATE
c++

_D3DKMT_DEVICEPAGEFAULT_STATE structure

-description

Contains information about the device page fault state.

-struct-fields

-field FaultedPrimitiveAPISequenceNumber

Identifies the draw that caused the page fault (or DXGK_PRIMITIVE_API_SEQUENCE_NUMBER_UNKNOWN if such information is not available), when per draw fence write is enabled.

-field FaultedPipelineStage

Renders pipeline stage during which the fault was generated, or DXGK_RENDER_PIPELINE_STAGE_UNKNOWN if such information is not available.

-field FaultedBindTableEntry

A bind table index of a resource being accessed at the time of the fault, or DXGK_BIND_TABLE_ENTRY_UNKNOWN if such information is not available.

-field PageFaultFlags

Flags that specifies the nature of the fault.

-field FaultErrorCode

A structure that contains the error code describing the fault.

-field FaultedVirtualAddress

The virtual address of faulting resource, or D3DGPU_NULL if such information is not available.

-remarks

-see-also