RILNITZINFO_V2 structure (ntddrilapitypes.h)

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)