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.
dwParams
Indicates which members of the structure contain valid data.Must be one or more of the RILNITZINFO Parameter Constants.
- dwNotificationCode
The type of notification, indicated by the RIL_NOTIFY_NITZ constant. For more information see, Notification Miscellaneous Constants.
- 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 |