Nevron.Interop.Win32 Namespace / NUser32 Class / GetIconInfo Method


GetIconInfo Method
Syntax
'Declaration
 
Public Shared Function GetIconInfo( _
   ByVal hIcon As System.IntPtr, _
   ByRef info As NUser32.ICONINFO _
) As System.Integer
 
'Usage
 
Dim hIcon As System.IntPtr
Dim info As NUser32.ICONINFO
Dim value As System.Integer
 
value = NUser32.GetIconInfo(hIcon, info)

Parameters

hIcon
info
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also