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.
A version of this page is also available for
4/8/2010

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

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.