IExtractIconA Interface
Exposes methods that allow a client to retrieve the icon that is associated with one of the objects in a folder.
Namespace: DevCase.Win32.InterfacesAssembly: 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
<ComImportAttribute>
<GuidAttribute("000214eb-0000-0000-c000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IExtractIconA
Dim instance As IExtractIconA
[ComImportAttribute]
[GuidAttribute(L"000214eb-0000-0000-c000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IExtractIconA
[<ComImportAttribute>]
[<GuidAttribute("000214eb-0000-0000-c000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IExtractIconA = interface end
No code example is currently available or this language may not be supported.
Extract
|
Extracts an icon image from the specified location.
|
GetIconLocation
|
Gets the location and index of an icon.
|