// ntddrilapitypes.h
typedef enum RILMSGCDMAMSGPRIVACY {
RIL_MSGPRIVACYCLASS_NOTRESTRICTED,
RIL_MSGPRIVACYCLASS_RESTRICTED,
RIL_MSGPRIVACYCLASS_CONFIDENTIAL,
RIL_MSGPRIVACYCLASS_SECRET,
RIL_MSGPRIVACYCLASS_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILMSGCDMAMSGPRIVACY {
RIL_MSGPRIVACYCLASS_NOTRESTRICTED,
RIL_MSGPRIVACYCLASS_RESTRICTED,
RIL_MSGPRIVACYCLASS_CONFIDENTIAL,
RIL_MSGPRIVACYCLASS_SECRET,
RIL_MSGPRIVACYCLASS_MAX
} ;
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_MSGPRIVACYCLASS_NOTRESTRICTEDRIL_MSGPRIVACYCLASS_RESTRICTEDRIL_MSGPRIVACYCLASS_CONFIDENTIALRIL_MSGPRIVACYCLASS_SECRETRIL_MSGPRIVACYCLASS_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_MSGPRIVACYCLASS_NOTRESTRICTEDRIL_MSGPRIVACYCLASS_RESTRICTEDRIL_MSGPRIVACYCLASS_CONFIDENTIALRIL_MSGPRIVACYCLASS_SECRETRIL_MSGPRIVACYCLASS_MAX