RILMSGCLASS enumeration (rilapitypes.h)
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef enum RILMSGCLASS {
RIL_MSGCLASS_NONE,
RIL_MSGCLASS_INCOMING,
RIL_MSGCLASS_OUTGOING,
RIL_MSGCLASS_BROADCAST,
RIL_MSGCLASS_ALL
} ;
Constants
RIL_MSGCLASS_NONE |
RIL_MSGCLASS_INCOMING |
RIL_MSGCLASS_OUTGOING |
RIL_MSGCLASS_BROADCAST |
RIL_MSGCLASS_ALL |
Requirements
Requirement | Value |
---|---|
Header | rilapitypes.h (include Rilapitypes.h) |