2.2.1.2.16 SYSTEMTIME_CONTAINER
The SYSTEMTIME_CONTAINER structure is a container for a SYSTEMTIME structure ([MS-DTYP] section 2.3.13) that specifies a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.<11>
-
typedef struct _SYSTEMTIME_CONTAINER { DWORD cbBuf; SYSTEMTIME* pSystemTime; } SYSTEMTIME_CONTAINER;
cbBuf: The size, in bytes, of the buffer that is pointed to by the pSystemTime member.
pSystemTime: A pointer to a SYSTEMTIME structure.