D3DKMT_QUERYSTATSTICS_RENAMING structure (d3dkmthk.h)
Reserved for system use. Do not use.
Syntax
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;
Members
NbAllocationsRenamed
NbAllocationsShrinked
NbRenamedBuffer
MaxRenamingListLength
NbFailuresDueToRenamingLimit
NbFailuresDueToCreateAllocation
NbFailuresDueToOpenAllocation
NbFailuresDueToLowResource
NbFailuresDueToNonRetiredLimit
Requirements
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2022 |
Header | d3dkmthk.h |