Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

MIXERCONTROL Struct - Windows API

RSS
Modified on Fri, Jan 16, 2009, 1:44 PM by Administrator Categorized as Windows API

Purpose



Declaration

C#

[StructLayout(LayoutKind.Sequential)] 
private class MIXERCONTROL
{
	public int cbStruct;
	public int dwControlID;
	public int dwControlType;
	public int fdwConrol;
	public int cMultipleItems;
	[MarshalAs(UnmanagedType.ByValTStr, SizeConst = MIXER_SHORT_NAME_CHARS)] 
	public string szShortName;
	[MarshalAs(UnmanagedType.ByValTStr, SizeConst = MIXER_LONG_NAME_CHARS)]
	public string szName;
	public int lMinimum;
	public int lMaximum;
	public long reserved00;
	public long reserved01;
	public long reserved02;
	public long reserved03;
	public long reserved04;
	public long reserved05;
	public long reserved06;
	public long reserved07;
	public long reserved08;
	public long reserved09;
	public long reserved10;
}

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.