MPEG_DATE structure (mpeg2structs.h)
The MPEG_DATE structure specifies a date.
Syntax
typedef struct __MIDL___MIDL_itf_mpeg2structs_0000_0000_0025 {
BYTE Date;
BYTE Month;
WORD Year;
} MPEG_DATE;
Members
Date
Specifies the day of the month. The value can range from 1 to 31, inclusive.
Month
Specifies the month. The value can range from 1 to 12, inclusive.
Year
Specifies the year.
Requirements
Requirement | Value |
---|---|
Header | mpeg2structs.h |