IPC_TERM structure
Describes a period of time based on a start time and duration.
Syntax
typedef struct _IPC_TERM {
FILETIME ftStart;
DWORD64 qwDuration;
} IPC_TERM, *PIPC_TERM;typedef const IPC_TERM *PCIPC_TERM;
Members
-
ftStart
-
The beginning of the time period specified in the number of 100-nanosecond intervals since January 1, 1601 (UTC). For more information, see the FILETIME structure.
-
qwDuration
-
The duration of the time period in 100-nanosecond intervals.
Requirements
Minimum supported client |
Windows Vista with SP2 |
Minimum supported server |
Windows Server 2008 |
Header |
|