IExtractIconA Interface

Exposes methods that allow a client to retrieve the icon that is associated with one of the objects in a folder.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[GuidAttribute("000214eb-0000-0000-c000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtractIconA

Remarks

Methods

Extract Extracts an icon image from the specified location.
GetIconLocation Gets the location and index of an icon.

See Also