MIXERCONTROLDETAILS_SIGNED (Structures)
Last changed: anonymous

.
Summary
The MIXERCONTROLDETAILS_SIGNED structure retrieves and sets signed type control properties for an audio mixer control.

C# Definition:

  [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
  public struct MIXERCONTROLDETAILS_SIGNED
  {
    public int value;
  }

VB Definition:

  <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> _
  Public Structure MIXERCONTROLDETAILS_SIGNED
    Public value As Integer
  End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation