Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |
|