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 RILMSGBCGENERAL {
RILGEOSCOPE dwGeoScope;
DWORD dwMsgCode;
DWORD dwUpdateNumber;
DWORD dwID;
DWORD dwSerialNumber;
RILMSGDCS rmdDataCoding;
DWORD dwTotalPages;
DWORD dwPageNumber;
RILMSGBCGENERALWARNINGTYPE dwWarningType;
BOOL bEmergencyUserAlert;
BOOL bMessagePopup;
RILSYSTEMTIME stSCReceiveTime;
BYTE digSig[43];
DWORD cchMsgLength;
BYTE rgbMsg[512];
} RILMSGBCGENERAL, *LPRILMSGBCGENERAL;
Members
dwGeoScope
dwMsgCode
dwUpdateNumber
dwID
dwSerialNumber
rmdDataCoding
dwTotalPages
dwPageNumber
dwWarningType
bEmergencyUserAlert
bMessagePopup
stSCReceiveTime
digSig[43]
cchMsgLength
rgbMsg[512]
Requirements
Requirement | Value |
---|---|
Header | rilapitypes.h (include Rilapitypes.h) |