// gnssdriver.h
typedef enum {
GNSS_Ni_UserResponseAccept,
GNSS_Ni_UserResponseDeny,
GNSS_Ni_UserResponseTimeout
} GNSS_NI_USER_RESPONSE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration indicates the user’s response to a network initiated (NI) request, which is represented by the GNSS_NI_RESPONSE structure.
GNSS_Ni_UserResponseAcceptIndicates that the user accepted the NI request.
GNSS_Ni_UserResponseDenyIndicates that the user denied the NI request.
GNSS_Ni_UserResponseTimeoutIndicates that the request timed out without a user response.