xFileControl abstract method

int xFileControl(
  1. SqliteFileControl op,
  2. int ptr
)

Handle a file control request with the given operand and pointer (represented as its address to avoid a dart:ffi import in common code).

Implementation

int xFileControl(SqliteFileControl op, int ptr);