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);