Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
MIXERLINE (Structures)
.
C# Definition:
struct MIXERLINE
{
public UInt32 cbStruct;
public UInt32 dwDestination;
public UInt32 dwSource;
public UInt32 dwLineID;
public UInt32 fdwLine;
public IntPtr dwUser;
public UInt32 dwComponentType;
public UInt32 cChannels;
public UInt32 cConnections;
public UInt32 cControls;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = MIXER_SHORT_NAME_CHARS)]
public string szShortName;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = MIXER_LONG_NAME_CHARS)]
public string szName;
public MIXERLINETARGET Target;
}