// sidebandaudio.h
typedef union {
struct {
ULONG EpIndex;
PKSDATAFORMAT Format;
ULONG SiopCount;
};
LONGLONG Alignment;
} SIDEBANDAUDIO_STREAM_OPEN_PARAMS, *PSIDEBANDAUDIO_STREAM_OPEN_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The SIDEBANDAUDIO_STREAM_OPEN_PARAMS structure describes the variable I/O parameters for IOCTLs.
EpIndex0 based index indicating the Endpoint on device.
FormatStream Format KSDATAFORMAT.
SiopCountNumber of Input parameters.
AlignmentAlignment - Allows for byte alignment.
| Header | sidebandaudio.h |