GetInfo method

int GetInfo(
  1. Pointer<SPEVENTSOURCEINFO> pInfo
)

Implementation

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