// ntddrilapitypes.h
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
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
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
} ;
View the official Windows Driver Kit DDI referenceNo description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_CAPS_PBLOC_UNKOWNRIL_CAPS_PBLOC_UICCFIXDIALINGRIL_CAPS_PBLOC_OWNNUMBERSRIL_CAPS_PBLOC_UICCPHONEBOOKRIL_CAPS_PBLOC_UICCSERVICEDIALINGRIL_CAPS_PBLOC_ALLThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_CAPS_PBLOC_UNKOWNRIL_CAPS_PBLOC_UICCFIXDIALINGRIL_CAPS_PBLOC_OWNNUMBERSRIL_CAPS_PBLOC_UICCPHONEBOOKRIL_CAPS_PBLOC_UICCSERVICEDIALINGRIL_CAPS_PBLOC_ALL