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

Missing CreateVssBackupComponents? #1790

Open
jbinko opened this issue Jan 2, 2024 · 1 comment
Open

Missing CreateVssBackupComponents? #1790

jbinko opened this issue Jan 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jbinko
Copy link

jbinko commented Jan 2, 2024

Suggestion

I see a lot of support in the NS: windows::Win32::Storage::Vss
but I do not see any support for "CreateVssBackupComponents" function. This is critical function to use all the windows::Win32::Storage::Vss.
Am I missing something? Any workaround?

@jbinko jbinko added the enhancement New feature or request label Jan 2, 2024
@jbinko jbinko changed the title MissingCreateVssBackupComponents? Missing CreateVssBackupComponents? Jan 2, 2024
@riverar
Copy link
Collaborator

riverar commented Jan 2, 2024

CreateVssBackupComponents is a header-only helper function, so that won't be in the crate or upstream metadata.

inline HRESULT  CreateVssBackupComponents
    (
    _Out_ IVssBackupComponents **ppBackup
    )
{
    return CreateVssBackupComponentsInternal(ppBackup);
}

It does appear we're missing a bunch of these "internal" APIs in metadata though, will forward this issue to that repository. We can point CreateVssBackupComponents and friends to their internal counterparts. Thanks for filing this.

@riverar riverar transferred this issue from microsoft/windows-rs Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants