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

FreeLibrary() private method

private FreeLibrary ( IntPtr hModule ) : bool
hModule System.IntPtr
return bool
        private static extern bool FreeLibrary(IntPtr hModule);