ARCed.Scintilla.NativeMethods.GetProcAddress C# (CSharp) Method

GetProcAddress() private method

private GetProcAddress ( IntPtr hModule, string procName ) : IntPtr
hModule System.IntPtr
procName string
return System.IntPtr
        public static extern IntPtr GetProcAddress(
            IntPtr hModule,
            string procName);