SetProperties method

int SetProperties(
  1. Pointer<COMObject> pStore
)

Implementation

int SetProperties(Pointer<COMObject> pStore) => ptr.ref.vtable
        .elementAt(28)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<COMObject> pStore)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<COMObject> pStore)>()(
    ptr.ref.lpVtbl, pStore);