revokeObjectBound method

int revokeObjectBound(
  1. Pointer<COMObject> punk
)

Implementation

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