getWallpaper method
Implementation
int getWallpaper(
Pointer<Utf16> monitorID,
Pointer<Pointer<Utf16>> wallpaper,
) => (ptr.ref.vtable + 4)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Pointer<Utf16> monitorID,
Pointer<Pointer<Utf16>> wallpaper,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
Pointer<Utf16> monitorID,
Pointer<Pointer<Utf16>> wallpaper,
)
>()(ptr.ref.lpVtbl, monitorID, wallpaper);