GNSS_STOPFIXSESSION_PARAM - NtDoc

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

typedef struct {
  ULONG Size;
  ULONG Version;
  ULONG FixSessionID;
  BYTE  Unused[512];
} GNSS_STOPFIXSESSION_PARAM, *PGNSS_STOPFIXSESSION_PARAM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This structure is used to stop an active fix session.

Members

Size

Structure size.

Version

Version number.

FixSessionID

ID of an active fix session.

Unused

Padding buffer reserved for future use.