setNotifySink method

int setNotifySink(
  1. Pointer<COMObject> pNotifySink
)

Implementation

int setNotifySink(Pointer<COMObject> pNotifySink) => (ptr.ref.vtable + 3)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<COMObject> pNotifySink)>>>()
    .value
    .asFunction<
        int Function(Pointer,
            Pointer<COMObject> pNotifySink)>()(ptr.ref.lpVtbl, pNotifySink);