IActiveDesktop Interface
Allows a client program to manage the desktop items and wallpaper on a local computer.
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]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("F490EB00-1240-11D1-9888-006097DEACF9")]
public interface IActiveDesktop
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("F490EB00-1240-11D1-9888-006097DEACF9")>
Public Interface IActiveDesktop
Dim instance As IActiveDesktop
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"F490EB00-1240-11D1-9888-006097DEACF9")]
public interface class IActiveDesktop
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("F490EB00-1240-11D1-9888-006097DEACF9")>]
type IActiveDesktop = interface end
No code example is currently available or this language may not be supported.