Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The SIMPHONEBOOKCAPSstructure addresses various capabilities of the SIM phonebook. This structure is part of the SIM Manager API set that enables access to information stored on the SIM or USIM card.
Syntax
typedef struct simphonebookcaps_tag { DWORD cbSize; DWORD dwParams; DWORD dwStorages; DWORD dwMinIndex; DWORD dwMaxIndex; DWORD dwMaxAddressLength; DWORD dwMaxTextLength; DWORD dwMaxSecondNameLength; DWORD dwMaxAdditionalNumberLength; DWORD dwMaxEmailAddressLength; DWORD dwMaxGroupTagLength; DWORD dwMaxAdditionalNumberTagLength; DWORD dwAdditionalNumberCount; DWORD dwEmailAddressCount; DWORD dwMaxGroupTags; DWORD dwMaxAdditionalNumberTags; BOOL fHidden; BOOL fUid; DWORD dwMaxGroupIdCount; } SIMPHONEBOOKCAPS, FAR *LPPHONEBOOKSIMCAPS; |
Members
- cbSize
-
Size of the structure in bytes.
- dwParams
-
Indicates valid parameter values.
- dwStorages
-
Supported phonebook storages.
- dwMinIndex
-
Number of minimum phonebook storages.
- dwMaxIndex
-
Number of maximum phonebook storages.
- dwMaxAddressLength
-
Maximum address length of phonebook entries.
- dwMaxTextLength
-
Maximum text length of phonebook entries.
- dwMaxSecondNameLength
-
Maximum text length for the second name.
- dwMaxAdditionalNumberLength
-
Maximum text length for additional numbers.
- dwMaxEmailAddressLength
-
Maximum text length for email addresses.
- dwMaxGroupTagLength
-
Maximum text length for group tag text.
- dwMaxAdditionalNumberTagLength
-
Maximum text length for additional number tag text.
- dwAdditionalNumberCount
-
Count of additional numbers supported per entry.
- dwEmailAddressCount
-
Number of emails addresses supported per entry.
- dwMaxGroupTags
-
Number of Group tags available.
- dwMaxAdditionalNumberTags
-
Number of additional number tags available.
- fHidden
-
Hidden flag is available.
- fUid
-
Unique identifier is available.
- dwMaxGroupIdCount
-
Number of groups supported per entry.
Requirements
Header | simmgr.h |