RILPHONEENTRYSTORELOCATION enumeration (rilapitypes.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef enum RILPHONEENTRYSTORELOCATION {
  RIL_PBLOC_UNKNOWN,
  RIL_PBLOC_UICCFIXDIALING,
  RIL_PBLOC_OWNNUMBERS,
  RIL_PBLOC_UICCPHONEBOOK,
  RIL_PBLOC_UICCSERVICEDIALING,
  RIL_PBLOC_ALL
} ;

Constants

 
RIL_PBLOC_UNKNOWN
RIL_PBLOC_UICCFIXDIALING
RIL_PBLOC_OWNNUMBERS
RIL_PBLOC_UICCPHONEBOOK
RIL_PBLOC_UICCSERVICEDIALING
RIL_PBLOC_ALL

Requirements

Requirement Value
Header rilapitypes.h (include Rilapitypes.h)