Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef struct RILNITZINFO_V2 {
DWORD cbSize;
DWORD dwParams;
DWORD dwExecutor;
int TimeZoneOffsetMinutes;
int DaylightSavingOffsetMinutes;
RILSYSTEMTIME SysTime;
DWORD dwSystemTypes;
} RILNITZINFO_V2, *LPRILNITZINFO_V2, RILNITZINFO, *LPRILNITZINFO;
Members
cbSize
dwParams
dwExecutor
TimeZoneOffsetMinutes
DaylightSavingOffsetMinutes
SysTime
dwSystemTypes
Requirements
Requirement | Value |
---|---|
Header | ntddrilapitypes.h (include Rilapitypes.h) |