D3DKMT_QUERYSTATSTICS_PAGING_TRANSFER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_QUERYSTATSTICS_PAGING_TRANSFER {
  D3DKMT_ALIGN64 ULONGLONG BytesFilled;
  D3DKMT_ALIGN64 ULONGLONG BytesDiscarded;
  D3DKMT_ALIGN64 ULONGLONG BytesMappedIntoAperture;
  D3DKMT_ALIGN64 ULONGLONG BytesUnmappedFromAperture;
  D3DKMT_ALIGN64 ULONGLONG BytesTransferredFromMdlToMemory;
  D3DKMT_ALIGN64 ULONGLONG BytesTransferredFromMemoryToMdl;
  D3DKMT_ALIGN64 ULONGLONG BytesTransferredFromApertureToMemory;
  D3DKMT_ALIGN64 ULONGLONG BytesTransferredFromMemoryToAperture;
} D3DKMT_QUERYSTATSTICS_PAGING_TRANSFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_querystatstics_paging_transfer)

Description

Reserved for system use. Do not use.

Members

BytesFilled

BytesDiscarded

BytesMappedIntoAperture

BytesUnmappedFromAperture

BytesTransferredFromMdlToMemory

BytesTransferredFromMemoryToMdl

BytesTransferredFromApertureToMemory

BytesTransferredFromMemoryToAperture

Remarks

See also