BDA_ISDBCAS_REQUESTHEADER - NtDoc

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

typedef struct _BDA_ISDBCAS_REQUESTHEADER {
  BYTE  bInstruction;
  BYTE  bReserved[3];
  ULONG ulDataLength;
  BYTE  argbIsdbCommand[MIN_DIMENSION];
} BDA_ISDBCAS_REQUESTHEADER, *PBDA_ISDBCAS_REQUESTHEADER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bdatypes-_bda_isdbcas_requestheader)

_BDA_ISDBCAS_REQUESTHEADER structure

Description

Members

bInstruction

EMD/EMG

bReserved

Reserved for future use.

ulDataLength

Specifies the size in bytes of the argbIsdbCommand member.

argbIsdbCommand