ADS_TIMESTAMP structure (iads.h)
The ADS_TIMESTAMP structure is an ADSI representation of the Timestamp attribute syntax.
Syntax
typedef struct __MIDL___MIDL_itf_ads_0000_0000_0007 {
DWORD WholeSeconds;
DWORD EventID;
} ADS_TIMESTAMP, *PADS_TIMESTAMP;
Members
WholeSeconds
Number of seconds, with zero value being equal to 12:00 AM, January, 1970, UTC.
EventID
An event identifier, in the order of occurrence, within the period specified by WholeSeconds.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | iads.h |