SIDEBANDAUDIO_STREAM_OPEN_PARAMS - NtDoc

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

NtDoc

No description available.

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

SIDEBANDAUDIO_STREAM_OPEN_PARAMS structure

Description

The SIDEBANDAUDIO_STREAM_OPEN_PARAMS structure describes the variable I/O parameters for IOCTLs.

Members

EpIndex

0 based index indicating the Endpoint on device.

Format

Stream Format KSDATAFORMAT.

SiopCount

Number of Input parameters.

Alignment

Alignment - Allows for byte alignment.

Remarks

Requirements

Header sidebandaudio.h

See also

sidebandaudio.h