MPEG_DATE_AND_TIME structure (mpeg2structs.h)
The MPEG_DATE_AND_TIME structure specifies a date and time.
Syntax
typedef struct __MIDL___MIDL_itf_mpeg2structs_0000_0000_0026 {
MPEG_DATE D;
MPEG_TIME T;
} MPEG_DATE_AND_TIME;
Members
D
Specifies the date, as an MPEG_DATE structure.
T
Specifies the time, as an MPEG_TIME structure.
Requirements
Requirement | Value |
---|---|
Header | mpeg2structs.h |