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


In This Topic
    GetIconInfo Method
    In This Topic
    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)
    public static System.int GetIconInfo( 
       System.IntPtr hIcon,
       out NUser32.ICONINFO 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