getProperties method
Implementation
int getProperties(Pointer<Pointer<COMObject>> ppStore) =>
(ptr.ref.vtable + 30)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer, Pointer<Pointer<COMObject>> ppStore)>>>()
.value
.asFunction<
int Function(Pointer, Pointer<Pointer<COMObject>> ppStore)>()(
ptr.ref.lpVtbl, ppStore);