Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Riservato per l'uso del sistema. Non usare.
Sintassi
typedef struct _D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION {
#if ...
D3DKMT_ALIGN64 ULONGLONG BytesCommitted;
#if ...
D3DKMT_ALIGN64 ULONGLONG MaximumWorkingSet;
#if ...
D3DKMT_ALIGN64 ULONGLONG MinimumWorkingSet;
#if ...
ULONG NbReferencedAllocationEvictedInPeriod;
UINT Padding;
#else
ULONG BytesCommitted;
#endif
#else
ULONG NbReferencedAllocationEvictedInPeriod;
#endif
#else
ULONG MaximumWorkingSet;
#endif
#else
ULONG MinimumWorkingSet;
#endif
D3DKMT_QUERYSTATISTICS_VIDEO_MEMORY VideoMemory;
D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_POLICY _Policy;
D3DKMT_ALIGN64 UINT64 Reserved[8];
} D3DKMT_QUERYSTATISTICS_PROCESS_SEGMENT_INFORMATION;
Membri
BytesCommitted
MaximumWorkingSet
MinimumWorkingSet
NbReferencedAllocationEvictedInPeriod
Padding
VideoMemory
_Policy
Reserved[8]
Fabbisogno
| Requisito | Valore |
|---|---|
| server minimo supportato | Windows Server 2022 |
| intestazione | d3dkmthk.h |