BananaHook.Specs.SubjectToHook.GetProcAddress C# (CSharp) 메소드

GetProcAddress() 개인적인 메소드

private GetProcAddress ( IntPtr hModule, string name ) : IntPtr
hModule System.IntPtr
name string
리턴 System.IntPtr
        private static extern IntPtr GetProcAddress(IntPtr hModule, string name);