GNSS_SELFTESTRESULT - NtDoc

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

typedef struct {
  ULONG    Size;
  ULONG    Version;
  NTSTATUS TestResultStatus;
  ULONG    Result;
  ULONG    PinFailedBitMask;
  BYTE     Unused[512];
  ULONG    OutBufLen;
  BYTE     OutBuffer[ANYSIZE_ARRAY];
} GNSS_SELFTESTRESULT, *PGNSS_SELFTESTRESULT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This structure defines the specific data elements associated with a carrier wave test results returned from the driver.

Members

Size

Structure size.

Version

Version number.

TestResultStatus

NTSTATUS value indicating:

Result

The final result of the self-test.

PinFailedBitMask

The bit mask for adapter pins that failed the test.

Unused

Padding buffer reserved for future use.

OutBufLen

The length of the buffer for returning any additional information about the self-test.

OutBuffer

The buffer that will contain the additional information about the self-test.