@msdn=http://msdn.microsoft.com/en-us/library/dd757297(v=VS.85).aspx @pinvoke=http://pinvoke.net/$$$.htm 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: MIXERCONTROLDETAILS_SIGNED@msdn on MSDN
Edit Structures.MIXERC...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.