IDesktopWallpaper class com Interface

Inheritance
Implementers

Constructors

IDesktopWallpaper(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
inherited
AdvanceSlideshow(Pointer<Utf16> monitorID, int direction) int
Enable(int enable) int
GetBackgroundColor(Pointer<Uint32> color) int
GetMonitorDevicePathAt(int monitorIndex, Pointer<Pointer<Utf16>> monitorID) int
GetMonitorDevicePathCount(Pointer<Uint32> count) int
GetMonitorRECT(Pointer<Utf16> monitorID, Pointer<RECT> displayRect) int
GetPosition(Pointer<Int32> position) int
GetSlideshow(Pointer<Pointer<COMObject>> items) int
GetSlideshowOptions(Pointer<Int32> options, Pointer<Uint32> slideshowTick) int
GetStatus(Pointer<Int32> state) int
GetWallpaper(Pointer<Utf16> monitorID, Pointer<Pointer<Utf16>> wallpaper) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
SetBackgroundColor(int color) int
SetPosition(int position) int
SetSlideshow(Pointer<COMObject> items) int
SetSlideshowOptions(int options, int slideshowTick) int
SetWallpaper(Pointer<Utf16> monitorID, Pointer<Utf16> wallpaper) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited