SystemInterruptTime structure (presentationtypes.h)

Represents the amount of time since the system was last started, in 100ns intervals.

Syntax

typedef struct SystemInterruptTime {
  UINT64 value;
} SystemInterruptTime;

Members

value

Type: UINT64

The amount of time since the system was last started, in 100ns intervals.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Header presentationtypes.h

See also

Interrupt Time, IPresentationManager::SetTargetTime