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.
Reserved for system use. Do not use.
Syntax
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;
Members
BytesFilled
BytesDiscarded
BytesMappedIntoAperture
BytesUnmappedFromAperture
BytesTransferredFromMdlToMemory
BytesTransferredFromMemoryToMdl
BytesTransferredFromApertureToMemory
BytesTransferredFromMemoryToAperture
Requirements
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2022 |
Header | d3dkmthk.h |