RevokeObjectBound method

int RevokeObjectBound(
  1. Pointer<COMObject> punk
)

Implementation

int RevokeObjectBound(Pointer<COMObject> punk) => ptr.ref.vtable
        .elementAt(4)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<COMObject> punk)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<COMObject> punk)>()(
    ptr.ref.lpVtbl, punk);