RILCAPSMSGMEMORYLOCATIONS (Compact 2013)
3/26/2014
This structure defines the supported storage locations for Short Message Service (SMS) messages.
Syntax
typedef struct rilcapsmsgmemorylocations_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwReadLocations;
DWORD dwWriteLocations;
DWORD dwStoreLocations;
} RILCAPSMSGMEMORYLOCATIONS, *LPRILCAPSMSGMEMORYLOCATIONS;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILCAPSMSGMEMORYLOCATIONS Parameter Constants.
- dwReadLocations
Supported message read locations. Must be one or a combination of the Caps Message Storage Constants.
- dwWriteLocations
Supported message write locations. Must be one or a combination of the Caps Message Storage Constants.
- dwStoreLocations
Supported message storage locations. Must be one or a combination of the Caps Message Storage Constants.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
Caps Message Storage Constants
RIL_GetDevCaps
RILCAPSMSGMEMORYLOCATIONS Parameter Constants