// ntddrilapitypes.h
typedef enum RILPHONEENTRYSTORELOCATION {
RIL_PBLOC_UNKNOWN,
RIL_PBLOC_UICCFIXDIALING,
RIL_PBLOC_OWNNUMBERS,
RIL_PBLOC_UICCPHONEBOOK,
RIL_PBLOC_UICCSERVICEDIALING,
RIL_PBLOC_ALL
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILPHONEENTRYSTORELOCATION {
RIL_PBLOC_UNKNOWN,
RIL_PBLOC_UICCFIXDIALING,
RIL_PBLOC_OWNNUMBERS,
RIL_PBLOC_UICCPHONEBOOK,
RIL_PBLOC_UICCSERVICEDIALING,
RIL_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_PBLOC_UNKNOWNRIL_PBLOC_UICCFIXDIALINGRIL_PBLOC_OWNNUMBERSRIL_PBLOC_UICCPHONEBOOKRIL_PBLOC_UICCSERVICEDIALINGRIL_PBLOC_ALLThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_PBLOC_UNKNOWNRIL_PBLOC_UICCFIXDIALINGRIL_PBLOC_OWNNUMBERSRIL_PBLOC_UICCPHONEBOOKRIL_PBLOC_UICCSERVICEDIALINGRIL_PBLOC_ALL