Returns information about an icon.
Declaration Syntax
C# | Visual Basic |
public static bool GetIconInfo( IntPtr hIcon, ref Win32..::..IconInfo pIconInfo )
Public Shared Function GetIconInfo ( _ hIcon As IntPtr, _ ByRef pIconInfo As Win32..::..IconInfo _ ) As Boolean
Parameters
- hIcon (IntPtr)
- Icon pointer
- pIconInfo (Win32..::..IconInfo%)
- Icon information (ref)
Return Value
True if successful