// ntddrilapitypes.h
typedef enum RILCALLINFOFLAGS {
RILCALLINFO_FLAG_NONE,
RILCALLINFO_FLAG_ALIENCALL,
RILCALLINFO_FLAG_EMERGENCYCALL
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILCALLINFOFLAGS {
RILCALLINFO_FLAG_NONE,
RILCALLINFO_FLAG_ALIENCALL,
RILCALLINFO_FLAG_EMERGENCYCALL
} ;
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.
RILCALLINFO_FLAG_NONERILCALLINFO_FLAG_ALIENCALLRILCALLINFO_FLAG_EMERGENCYCALLThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RILCALLINFO_FLAG_NONERILCALLINFO_FLAG_ALIENCALLRILCALLINFO_FLAG_EMERGENCYCALL