GNSS_SELFTESTCONFIG - NtDoc

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

typedef struct {
  ULONG Size;
  ULONG Version;
  ULONG TestType;
  BYTE  Unused[512];
  ULONG InBufLen;
  BYTE  InBuffer[ANYSIZE_ARRAY];
} GNSS_SELFTESTCONFIG, *PGNSS_SELFTESTCONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

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.

TestType

The type of self-test requested.

Unused

Padding buffer reserved for future use.

InBufLen

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

InBuffer

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