RILSYSTEMTIME structure (ntddrilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef struct RILSYSTEMTIME {
  WORD wYear;
  WORD wMonth;
  WORD wDayOfWeek;
  WORD wDay;
  WORD wHour;
  WORD wMinute;
  WORD wSecond;
  WORD wMilliseconds;
} RILSYSTEMTIME, *LPRILSYSTEMTIME;

Members

wYear

wMonth

wDayOfWeek

wDay

wHour

wMinute

wSecond

wMilliseconds

Requirements

Requirement Value
Header ntddrilapitypes.h (include Rilapitypes.h)