RILGBATOKEN - NtDoc

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

typedef struct RILGBATOKEN {
  DWORD cbSize;
  DWORD cbBTIDSize;
  DWORD dwBTIDOffset;
  DWORD cbNAFKeyLifetimeSize;
  DWORD dwNAFKeyLifetimeOffset;
  DWORD cbNAFKeySize;
  DWORD dwNAFKeyOffset;
  BYTE  bData[];
} RILGBATOKEN, *LPRILGBATOKEN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-oemrilapitypes-rilgbatoken)

RILGBATOKEN structure

Description

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Members

cbSize

cbBTIDSize

dwBTIDOffset

cbNAFKeyLifetimeSize

dwNAFKeyLifetimeOffset

cbNAFKeySize

dwNAFKeyOffset

bData