// 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
No description available.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
cbSize
cbBTIDSize
dwBTIDOffset
cbNAFKeyLifetimeSize
dwNAFKeyLifetimeOffset
cbNAFKeySize
dwNAFKeyOffset
bData
View the official Windows Driver Kit DDI reference