setCollectedProperties method

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

Implementation

int setCollectedProperties(Pointer<COMObject> pList, int fAppendDefault) =>
    (ptr.ref.vtable + 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);