IExtractIconW 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("000214fa-0000-0000-c000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtractIconW
<ComImportAttribute>
<GuidAttribute("000214fa-0000-0000-c000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IExtractIconW
Dim instance As IExtractIconW
[ComImportAttribute]
[GuidAttribute(L"000214fa-0000-0000-c000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IExtractIconW
[<ComImportAttribute>]
[<GuidAttribute("000214fa-0000-0000-c000-000000000046")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IExtractIconW = 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.
|