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_QUERYSTATISTICS_PROCESS_VIDPNSOURCE_INFORMATION {
ULONG Frame;
ULONG CancelledFrame;
ULONG QueuedPresent;
UINT Padding;
D3DKMT_ALIGN64 UINT64 IsVSyncEnabled;
D3DKMT_ALIGN64 UINT64 VSyncOnTotalTimeMs;
D3DKMT_ALIGN64 UINT64 VSyncOffKeepPhaseTotalTimeMs;
D3DKMT_ALIGN64 UINT64 VSyncOffNoPhaseTotalTimeMs;
#if ...
D3DKMT_ALIGN64 UINT64 Reserved[4];
#else
D3DKMT_ALIGN64 UINT64 Reserved[8];
#endif
} D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE_INFORMATION;
Members
Frame
CancelledFrame
QueuedPresent
Padding
IsVSyncEnabled
VSyncOnTotalTimeMs
VSyncOffKeepPhaseTotalTimeMs
VSyncOffNoPhaseTotalTimeMs
Reserved[4]
Reserved[8]
Requirements
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2022 |
Header | d3dkmthk.h |