ARCed.Scintilla.NativeMethods.GetProcAddress C# (CSharp) Метод

GetProcAddress() приватный Метод

private GetProcAddress ( IntPtr hModule, string procName ) : IntPtr
hModule System.IntPtr
procName string
Результат System.IntPtr
        public static extern IntPtr GetProcAddress(
            IntPtr hModule,
            string procName);