QtSilentInstall.Accessible.AccessibleObjectFromWindow C# (CSharp) Method

AccessibleObjectFromWindow() private method

private AccessibleObjectFromWindow ( IntPtr hwnd, uint id, System.Guid &iid, [ ppvObject ) : int
hwnd System.IntPtr
id uint
iid System.Guid
ppvObject [
return int
        internal static extern int AccessibleObjectFromWindow(
            IntPtr hwnd,
            uint id,
            ref Guid iid,
            [In, Out, MarshalAs(UnmanagedType.IUnknown)] ref object ppvObject);