BananaHook.Specs.SubjectToHook.GetProcAddress C# (CSharp) Method

GetProcAddress() private method

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