'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