// sidebandaudio.h
typedef union {
struct {
ULONG EpIndex;
SIDEBANDAUDIO_IO_PARAM_HEADER RequestedSiop;
};
LONGLONG Alignment;
} SIDEBANDAUDIO_SIOP_REQUEST_PARAM, *PSIDEBANDAUDIO_SIOP_REQUEST_PARAM;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_SIOP_REQUEST_PARAM structure describes the variable SIOP request parameter.
EpIndex0 based index indicating the Endpoint on device.
RequestedSiopThe requested SIOP in the form of a SIDEBANDAUDIO_IO_PARAM_HEADER structure.
AlignmentAllows for byte alignment.
| Header | sidebandaudio.h |
SIDEBANDAUDIO_IO_PARAM_HEADER structure