AutoTyper.AutoTyper.GetModuleHandle C# (CSharp) Method

GetModuleHandle() private method

private GetModuleHandle ( string l ) : IntPtr
l string
return System.IntPtr
        private static extern IntPtr GetModuleHandle(string l);