BASS.NET API for the Un4seen BASS Audio Library

BassWinampBASS_WINAMP_GetVersion Method

BASS.NET API for the Un4seen BASS Audio Library
Gets the version of a loaded Winamp input plug-in.

Namespace:  Un4seen.Bass.AddOn.Winamp
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bass_winamp")]
public static int BASS_WINAMP_GetVersion(
	int handle
)

Parameters

handle
Type: SystemInt32
The handle of the winamp input plugin.

Return Value

Type: Int32
The version number. Use LowWord(Int32) resp. HighWord(Int32) to get the major resp. minor version number.
See Also

Reference