setProperties method

int setProperties(
  1. Pointer<COMObject> pStore
)

Implementation

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