LIFE_TIME structure (ndattrib.h)
The LIFE_TIME structure contains a start time and an end time.
Syntax
typedef struct tagLIFE_TIME {
FILETIME startTime;
FILETIME endTime;
} LIFE_TIME, *PLIFE_TIME;
Members
startTime
Type: FILETIME
The time the problem instance began.
endTime
Type: FILETIME
The time the problem instance ended.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | ndattrib.h |