ReactOS 0.4.15-dev-7958-gcd0bb1a
_HDAUDIO_CODEC_COMMAND Struct Reference

#include <hdaudio.h>

Collaboration diagram for _HDAUDIO_CODEC_COMMAND:

Public Attributes

union {
   struct {
      ULONG   Data:8
 
      ULONG   VerbId:12
 
      ULONG   Node:8
 
      ULONG   CodecAddress:4
 
   }   Verb8
 
   struct {
      ULONG   Data:16
 
      ULONG   VerbId:4
 
      ULONG   Node:8
 
      ULONG   CodecAddress:4
 
   }   Verb16
 
   ULONG   Command
 
}; 
 

Detailed Description

Definition at line 17 of file hdaudio.h.

Member Data Documentation

◆ 

union { ... } _HDAUDIO_CODEC_COMMAND::@2029

◆ CodecAddress

ULONG _HDAUDIO_CODEC_COMMAND::CodecAddress

Definition at line 23 of file hdaudio.h.

◆ Command

ULONG _HDAUDIO_CODEC_COMMAND::Command

Definition at line 31 of file hdaudio.h.

◆ Data

ULONG _HDAUDIO_CODEC_COMMAND::Data

Definition at line 20 of file hdaudio.h.

◆ Node

ULONG _HDAUDIO_CODEC_COMMAND::Node

Definition at line 22 of file hdaudio.h.

◆ 

struct { ... } _HDAUDIO_CODEC_COMMAND::Verb16

◆ 

struct { ... } _HDAUDIO_CODEC_COMMAND::Verb8

◆ VerbId

ULONG _HDAUDIO_CODEC_COMMAND::VerbId

Definition at line 21 of file hdaudio.h.


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