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