BlueCollar.Service.NativeMethods.GetProcAddress C# (CSharp) Method

GetProcAddress() private method

private GetProcAddress ( IntPtr hwnd, string procedureName ) : IntPtr
hwnd System.IntPtr
procedureName string
return System.IntPtr
        public static extern IntPtr GetProcAddress(IntPtr hwnd, string procedureName);