// oemrilapitypes.h typedef struct RILDEVSPECIFICGETTOKEN { DWORD cbSize; DWORD dwParams; DWORD dwTimeout; BYTE bProtocolId[GBA_PROTOCOL_ID_SIZE]; DWORD cbHeaderSize; BYTE bHeader[]; } RILDEVSPECIFICGETTOKEN, *LPRILDEVSPECIFICGETTOKEN;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
dwParams
dwTimeout
bProtocolId
cbHeaderSize
bHeader
View the official Windows Driver Kit DDI reference