UtilWinAmpHandle Property
Gets a window handle to the Winamp process main window.
Namespace: DevCase.ThirdParty.WinAmpAssembly: DevCase.net48.ThirdParty.WinAmp (in DevCase.net48.ThirdParty.WinAmp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IntPtr Handle { get; }
Public Shared ReadOnly Property Handle As IntPtr
Get
Dim value As IntPtr
value = UtilWinAmp.Handle
public:
static property IntPtr Handle {
IntPtr get ();
}
static member Handle : IntPtr with get
No code example is currently available or this language may not be supported.
Property Value
IntPtr
If Winamp process is running, the return value is a handle to the Winamp process main window.
If Winamp process is not running, the return value is
Zero.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
WinAmp (winamp.exe)