seekToWindowsSubsystem method

int seekToWindowsSubsystem()

Seeks to the Windows Subsystem position.

Implementation

int seekToWindowsSubsystem() {
  var info = _seekToWindowsSubsystemImpl();
  var windowsSubsystemOffset = info['windowsSubsystemOffset']!;
  return windowsSubsystemOffset;
}