SIDEBANDAUDIO_SIOP_REQUEST_PARAM union (sidebandaudio.h)
The SIDEBANDAUDIO_SIOP_REQUEST_PARAM structure describes the variable SIOP request parameter.
Syntax
typedef union {
struct {
ULONG EpIndex;
SIDEBANDAUDIO_IO_PARAM_HEADER RequestedSiop;
};
LONGLONG Alignment;
} SIDEBANDAUDIO_SIOP_REQUEST_PARAM, *PSIDEBANDAUDIO_SIOP_REQUEST_PARAM;
Members
EpIndex
0 based index indicating the Endpoint on device.
RequestedSiop
The requested SIOP in the form of a SIDEBANDAUDIO_IO_PARAM_HEADER structure.
Alignment
Allows for byte alignment.
Requirements
Requirement | Value |
---|---|
Header | sidebandaudio.h |