Skip to content
New issue

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

Get windows 11 interfaces #5

Open
RadAd opened this issue Nov 29, 2023 · 0 comments
Open

Get windows 11 interfaces #5

RadAd opened this issue Nov 29, 2023 · 0 comments

Comments

@RadAd
Copy link
Owner

RadAd commented Nov 29, 2023

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:

[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);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant