// ntddrilapitypes.h
typedef enum RILMSGDCSFLAGS {
RIL_DCSFLAG_NONE,
RIL_DCSFLAG_COMPRESSED,
RIL_DCSFLAG_INDICATIONACTIVE,
RIL_DCSFLAG_DISCARD,
RIL_DCSFLAG_ALL
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILMSGDCSFLAGS {
RIL_DCSFLAG_NONE,
RIL_DCSFLAG_COMPRESSED,
RIL_DCSFLAG_INDICATIONACTIVE,
RIL_DCSFLAG_DISCARD,
RIL_DCSFLAG_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_DCSFLAG_NONERIL_DCSFLAG_COMPRESSEDRIL_DCSFLAG_INDICATIONACTIVERIL_DCSFLAG_DISCARDRIL_DCSFLAG_ALLThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_DCSFLAG_NONERIL_DCSFLAG_COMPRESSEDRIL_DCSFLAG_INDICATIONACTIVERIL_DCSFLAG_DISCARDRIL_DCSFLAG_ALL