GetBindOptions method

int GetBindOptions(
  1. Pointer<BIND_OPTS> pbindopts
)

Implementation

int GetBindOptions(Pointer<BIND_OPTS> pbindopts) => ptr.ref.vtable
        .elementAt(7)
        .cast<
            Pointer<
                NativeFunction<
                    Int32 Function(Pointer, Pointer<BIND_OPTS> pbindopts)>>>()
        .value
        .asFunction<int Function(Pointer, Pointer<BIND_OPTS> pbindopts)>()(
    ptr.ref.lpVtbl, pbindopts);