Win32Interop.GetIconIdFromIcon(IntPtr) method

February 12, 2026 ยท View on GitHub

Reference

Definition

Namespace: Microsoft.UI

Gets the IconId that corresponds to the specified hicon, if the provided hicon is valid.

public static IconId GetIconIdFromIcon(IntPtr hicon);

Parameters

hicon IntPtr

The handle of the icon for which to get the IconId.

Returns

IconId

The icon identifier that corresponds to the specified hicon, if the provided hicon is valid. Otherwise, null.

Applies to

ProductIntroduced in
WinUIWindows App SDK 1.0

See also