RILNITZINFO (Compact 2013)

3/26/2014

This structure contains information that is returned upon notification of a NITZ-related event.

Syntax

typedef struct rilnitzinfo_tag {
    DWORD cbSize;
    DWORD dwParams;
    DWORD dwNotificationCode;
    int TimeZoneOffsetMinutes;
    int DaylightSavingOffsetMinutes;
    SYSTEMTIME SysTime;
} RILNITZINFO, *LPRILNITZINFO;

Members

  • cbSize
    Size of the structure, in bytes.
  • TimeZoneOffsetMinutes
    Time and date information.
  • DaylightSavingOffsetMinutes
    The offset for daylight saving time.
  • SysTime
    The system time, if available from the network. It should be Coordinated Universal Time (UTC).

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RILNITZINFO Parameter Constants