D3DKMT_QUERYSTATSTICS_RENAMING - NtDoc

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

typedef struct _D3DKMT_QUERYSTATSTICS_RENAMING {
  ULONG NbAllocationsRenamed;
  ULONG NbAllocationsShrinked;
  ULONG NbRenamedBuffer;
  ULONG MaxRenamingListLength;
  ULONG NbFailuresDueToRenamingLimit;
  ULONG NbFailuresDueToCreateAllocation;
  ULONG NbFailuresDueToOpenAllocation;
  ULONG NbFailuresDueToLowResource;
  ULONG NbFailuresDueToNonRetiredLimit;
} D3DKMT_QUERYSTATSTICS_RENAMING;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use. Do not use.

Members

NbAllocationsRenamed

NbAllocationsShrinked

NbRenamedBuffer

MaxRenamingListLength

NbFailuresDueToRenamingLimit

NbFailuresDueToCreateAllocation

NbFailuresDueToOpenAllocation

NbFailuresDueToLowResource

NbFailuresDueToNonRetiredLimit

Remarks

See also