// ntddrilapitypes.h
typedef enum RILCALLINFODISCONNECTINITIATOR {
RIL_DISCINIT_UNKNOWN,
RIL_DISCINIT_LOCAL,
RIL_DISCINIT_REMOTE,
RIL_DISCINIT_MAX
} ;
View the official Windows Driver Kit DDI reference// rilapitypes.h
typedef enum RILCALLINFODISCONNECTINITIATOR {
RIL_DISCINIT_UNKNOWN,
RIL_DISCINIT_LOCAL,
RIL_DISCINIT_REMOTE,
RIL_DISCINIT_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_DISCINIT_UNKNOWNRIL_DISCINIT_LOCALRIL_DISCINIT_REMOTERIL_DISCINIT_MAXThis topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
RIL_DISCINIT_UNKNOWNRIL_DISCINIT_LOCALRIL_DISCINIT_REMOTERIL_DISCINIT_MAX