GNSS_NI_USER_RESPONSE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// gnssdriver.h

typedef enum {
  GNSS_Ni_UserResponseAccept,
  GNSS_Ni_UserResponseDeny,
  GNSS_Ni_UserResponseTimeout
} GNSS_NI_USER_RESPONSE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-gnssdriver-gnss_ni_user_response)

GNSS_NI_USER_RESPONSE enumeration

Description

This enumeration indicates the user’s response to a network initiated (NI) request, which is represented by the GNSS_NI_RESPONSE structure.

Constants

GNSS_Ni_UserResponseAccept

Indicates that the user accepted the NI request.

GNSS_Ni_UserResponseDeny

Indicates that the user denied the NI request.

GNSS_Ni_UserResponseTimeout

Indicates that the request timed out without a user response.