// sidebandaudio.h
typedef union {
struct {
GUID ParamSet;
ULONG TypeId;
ULONG Size;
};
LONGLONG Alignment;
} SIDEBANDAUDIO_IO_PARAM_HEADER, *PSIDEBANDAUDIO_IO_PARAM_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_IO_PARAM_HEADER structure describes the size and type of the IO parameter.
ParamSetParameter Set - This could be Microsoft Standard set or IHV defined.
TypeIdType of parameter.
SizeSize in bytes of Parameter. In case of IOCTL_SBAUD_GET_SIOPxxx Size will indicate size of any extra input parameter.
AlignmentAllows for byte alignment.
| Header | sidebandaudio.h |