GetFootprintFile method

int GetFootprintFile(
  1. int type,
  2. Pointer<Pointer<COMObject>> file
)

Implementation

int GetFootprintFile(int type, Pointer<Pointer<COMObject>> file) => ptr
    .ref.vtable
    .elementAt(4)
    .cast<
        Pointer<
            NativeFunction<
                Int32 Function(Pointer, Int32 type,
                    Pointer<Pointer<COMObject>> file)>>>()
    .value
    .asFunction<
        int Function(Pointer, int type,
            Pointer<Pointer<COMObject>> file)>()(ptr.ref.lpVtbl, type, file);