[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode, Pack = 2)]
public struct MIXERCONTROLDETAILS_BOOLEAN
{
private int fValue;
public int Value
{
get { return fValue; }
set { fValue = value; }
}
}
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Unicode)> _
Structure MIXERCONTROLDETAILS_BOOLEAN
Public fValue As Integer
End Structure
None.
None.
Please add some!
Please add some!