ReactOS 0.4.15-dev-7842-g558ab78
_HDAUDIO_CODEC_RESPONSE Struct Reference

#include <hdaudio.h>

Collaboration diagram for _HDAUDIO_CODEC_RESPONSE:

Public Attributes

union {
   struct {
      union {
         struct {
            ULONG   Response:26
 
            ULONG   Tag:6
 
         }   Unsolicited
 
         ULONG   Response
 
      } 
 
      ULONG   SDataIn:4
 
      ULONG   IsUnsolicitedResponse:1
 
      ULONG   __pad0__:25
 
      ULONG   HasFifoOverrun:1
 
      ULONG   IsValid:1
 
   } 
 
   ULONGLONG   CompleteResponse
 
}; 
 

Detailed Description

Definition at line 35 of file hdaudio.h.

Member Data Documentation

◆ 

union { ... } _HDAUDIO_CODEC_RESPONSE::@2028

◆ __pad0__

ULONG _HDAUDIO_CODEC_RESPONSE::__pad0__

Definition at line 47 of file hdaudio.h.

◆ CompleteResponse

ULONGLONG _HDAUDIO_CODEC_RESPONSE::CompleteResponse

Definition at line 51 of file hdaudio.h.

◆ HasFifoOverrun

ULONG _HDAUDIO_CODEC_RESPONSE::HasFifoOverrun

Definition at line 48 of file hdaudio.h.

◆ IsUnsolicitedResponse

ULONG _HDAUDIO_CODEC_RESPONSE::IsUnsolicitedResponse

Definition at line 46 of file hdaudio.h.

◆ IsValid

ULONG _HDAUDIO_CODEC_RESPONSE::IsValid

Definition at line 49 of file hdaudio.h.

◆ Response

ULONG _HDAUDIO_CODEC_RESPONSE::Response

Definition at line 40 of file hdaudio.h.

◆ SDataIn

ULONG _HDAUDIO_CODEC_RESPONSE::SDataIn

Definition at line 45 of file hdaudio.h.

◆ Tag

ULONG _HDAUDIO_CODEC_RESPONSE::Tag

Definition at line 41 of file hdaudio.h.

◆ 

struct { ... } _HDAUDIO_CODEC_RESPONSE::Unsolicited

The documentation for this struct was generated from the following file: