getMonitorDevicePathCount method

int getMonitorDevicePathCount(
  1. Pointer<Uint32> count
)

Implementation

int getMonitorDevicePathCount(Pointer<Uint32> count) => (ptr.ref.vtable + 6)
    .cast<
        Pointer<
            NativeFunction<Int32 Function(Pointer, Pointer<Uint32> count)>>>()
    .value
    .asFunction<
        int Function(
            Pointer, Pointer<Uint32> count)>()(ptr.ref.lpVtbl, count);