D3DKMT_QUERYSTATISTICS_PROCESS_VIDPNSOURCE_INFORMATION - NtDoc

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

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use. Do not use.

Members

Frame

CancelledFrame

QueuedPresent

IsVSyncEnabled

Reserved

Remarks

See also