RILPHONEBOOKLOCATIONCAPS enumeration (ntddrilapitypes.h)

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

Syntax

typedef enum RILPHONEBOOKLOCATIONCAPS {
  RIL_CAPS_PBLOC_UNKOWN,
  RIL_CAPS_PBLOC_UICCFIXDIALING,
  RIL_CAPS_PBLOC_OWNNUMBERS,
  RIL_CAPS_PBLOC_UICCPHONEBOOK,
  RIL_CAPS_PBLOC_UICCSERVICEDIALING,
  RIL_CAPS_PBLOC_ALL
} ;

Constants

 
RIL_CAPS_PBLOC_UNKOWN
RIL_CAPS_PBLOC_UICCFIXDIALING
RIL_CAPS_PBLOC_OWNNUMBERS
RIL_CAPS_PBLOC_UICCPHONEBOOK
RIL_CAPS_PBLOC_UICCSERVICEDIALING
RIL_CAPS_PBLOC_ALL

Requirements

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