add_SpellCheckerChanged method
Implementation
int add_SpellCheckerChanged(
Pointer<COMObject> handler,
Pointer<Uint32> eventCookie,
) => (ptr.ref.vtable + 13)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Pointer<COMObject> handler,
Pointer<Uint32> eventCookie,
)
>
>
>()
.value
.asFunction<
int Function(
Pointer,
Pointer<COMObject> handler,
Pointer<Uint32> eventCookie,
)
>()(ptr.ref.lpVtbl, handler, eventCookie);