GetProperties method

int GetProperties(
  1. Pointer<Pointer<COMObject>> ppStore
)

Implementation

int GetProperties(Pointer<Pointer<COMObject>> ppStore) => ptr.ref.vtable
        .elementAt(30)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(
                        Pointer, Pointer<Pointer<COMObject>> ppStore)>>>()
        .value
        .asFunction<
            int Function(Pointer, Pointer<Pointer<COMObject>> ppStore)>()(
    ptr.ref.lpVtbl, ppStore);