SetCollectedProperties method

int SetCollectedProperties(
  1. Pointer<COMObject> pList,
  2. int fAppendDefault
)

Implementation

int SetCollectedProperties(Pointer<COMObject> pList, int fAppendDefault) =>
    ptr.ref.vtable
        .elementAt(29)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<COMObject> pList,
                        Int32 fAppendDefault)>>>()
        .value
        .asFunction<
            int Function(Pointer, Pointer<COMObject> pList,
                int fAppendDefault)>()(ptr.ref.lpVtbl, pList, fAppendDefault);