Resolve method

int Resolve(
  1. int fFlags
)

Implementation

int Resolve(int fFlags) => ptr.ref.vtable
    .elementAt(19)
    .cast<Pointer<NativeFunction<Int32 Function(Pointer, Int32 fFlags)>>>()
    .value
    .asFunction<int Function(Pointer, int fFlags)>()(ptr.ref.lpVtbl, fFlags);