CLUSPROP_FILETIME structure (clusapi.h)
Describes a date and time stamp for a file. It is used as an entry in a value list and consists of:
- A CLUSPROP_VALUE structure indicating the format and type of the FILETIME value.
- A FILETIME value.
Syntax
typedef struct CLUSPROP_FILETIME : CLUSPROP_VALUE {
FILETIME ft;
} CLUSPROP_FILETIME, *PCLUSPROP_FILETIME;
Inheritance
The CLUSPROP_FILETIME structure implements CLUSPROP_VALUE.
Members
ft
A date and time value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Header | clusapi.h |