BananaHook.Specs.SubjectToHook.GetProcAddress C# (CSharp) Méthode

GetProcAddress() private méthode

private GetProcAddress ( IntPtr hModule, string name ) : IntPtr
hModule System.IntPtr
name string
Résultat System.IntPtr
        private static extern IntPtr GetProcAddress(IntPtr hModule, string name);