getAlertBoundary method

int getAlertBoundary(
  1. Pointer<Int32> peBoundary
)

Implementation

int getAlertBoundary(Pointer<Int32> peBoundary) => (ptr.ref.vtable + 27)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<Int32> peBoundary)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<Int32> peBoundary)>()(
    ptr.ref.lpVtbl, peBoundary);