SIDEBANDAUDIO_SIOP_REQUEST_PARAM - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sidebandaudio-sidebandaudio_siop_request_param)

SIDEBANDAUDIO_SIOP_REQUEST_PARAM structure

Description

The SIDEBANDAUDIO_SIOP_REQUEST_PARAM structure describes the variable SIOP request parameter.

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.

-union-fields

Remarks

Requirements

Header sidebandaudio.h

See also

SIDEBANDAUDIO_IO_PARAM_HEADER structure

sidebandaudio.h