We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the OleViewDotNet PS Module:
Install: Install-Module -Name OleViewDotNet
Install-Module -Name OleViewDotNet
Then try: Get-ComInterface -Name "IVirtualDesktopManagerInternal" | Format-ComProxy -Flags RemoveComments
Get-ComInterface -Name "IVirtualDesktopManagerInternal" | Format-ComProxy -Flags RemoveComments
On Windows 10, I get:
[Guid("f31574d6-b682-4cdc-bd56-1827860abec6")] interface IVirtualDesktopManagerInternal : IUnknown { HRESULT Proc3( [Out] int* p0); HRESULT Proc4( [In] IApplicationView* p0, [In] IVirtualDesktop* p1); HRESULT Proc5( [In] IApplicationView* p0, [Out] int* p1); HRESULT Proc6( [Out] IVirtualDesktop** p0); HRESULT Proc7( [Out] IObjectArray** p0); HRESULT Proc8( [In] IVirtualDesktop* p0, [In] int p1, [Out] IVirtualDesktop** p2); HRESULT Proc9( [In] IVirtualDesktop* p0); HRESULT Proc10( [Out] IVirtualDesktop** p0); HRESULT Proc11( [In] IVirtualDesktop* p0, [In] IVirtualDesktop* p1); HRESULT Proc12( [In] GUID* p0, [Out] IVirtualDesktop** p1); HRESULT Proc13( [In] IVirtualDesktop* p0, [Out] IObjectArray** p1, [Out] IObjectArray** p2); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the OleViewDotNet PS Module:
Install:
Install-Module -Name OleViewDotNet
Then try:
Get-ComInterface -Name "IVirtualDesktopManagerInternal" | Format-ComProxy -Flags RemoveComments
On Windows 10, I get:
The text was updated successfully, but these errors were encountered: