GNSS_NI_RESPONSE - NtDoc

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

typedef struct {
  ULONG                 Size;
  ULONG                 Version;
  ULONG                 RequestId;
  GNSS_NI_USER_RESPONSE UserResponse;
} GNSS_NI_RESPONSE, *PGNSS_NI_RESPONSE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-gnssdriver-gnss_ni_response)

GNSS_NI_RESPONSE structure

Description

This structure contains NI request response information.

Members

Size

Structure size.

Version

Version number.

RequestId

The ID to uniquely identify the NI request.

UserResponse

The user response to the NI request.