using System; namespace ScreenConnect; public interface INativeLibrary { IntPtr TryGetProcedureAddress(string procedureName); }