D3DKMT_QUERYSTATSTICS_REFERENCE_DMA_BUFFER - NtDoc

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

typedef struct _D3DKMT_QUERYSTATSTICS_REFERENCE_DMA_BUFFER {
  ULONG NbCall;
  ULONG NbAllocationsReferenced;
  ULONG MaxNbAllocationsReferenced;
  ULONG NbNULLReference;
  ULONG NbWriteReference;
  ULONG NbRenamedAllocationsReferenced;
  ULONG NbIterationSearchingRenamedAllocation;
  ULONG NbLockedAllocationReferenced;
  ULONG NbAllocationWithValidPrepatchingInfoReferenced;
  ULONG NbAllocationWithInvalidPrepatchingInfoReferenced;
  ULONG NbDMABufferSuccessfullyPrePatched;
  ULONG NbPrimariesReferencesOverflow;
  ULONG NbAllocationWithNonPreferredResources;
  ULONG NbAllocationInsertedInMigrationTable;
} D3DKMT_QUERYSTATSTICS_REFERENCE_DMA_BUFFER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use. Do not use.

Members

NbCall

NbAllocationsReferenced

MaxNbAllocationsReferenced

NbNULLReference

NbWriteReference

NbRenamedAllocationsReferenced

NbIterationSearchingRenamedAllocation

NbLockedAllocationReferenced

NbAllocationWithValidPrepatchingInfoReferenced

NbAllocationWithInvalidPrepatchingInfoReferenced

NbDMABufferSuccessfullyPrePatched

NbPrimariesReferencesOverflow

NbAllocationWithNonPreferredResources

NbAllocationInsertedInMigrationTable

Remarks

See also