getInfo method

int getInfo(
  1. Pointer<SPEVENTSOURCEINFO> pInfo
)

Implementation

int getInfo(Pointer<SPEVENTSOURCEINFO> pInfo) => (ptr.ref.vtable + 12)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Pointer<SPEVENTSOURCEINFO> pInfo)>>>()
    .value
    .asFunction<
        int Function(Pointer,
            Pointer<SPEVENTSOURCEINFO> pInfo)>()(ptr.ref.lpVtbl, pInfo);