Commit 3b2da19
Add IVssBackupComponents and related VSS backup interfaces
Include vsbackup.h in the VSS partition to expose IVssBackupComponents,
IVssBackupComponentsEx/Ex2/Ex3/Ex4, IVssExamineWriterMetadata/Ex/Ex2,
IVssWMComponent, and factory functions (CreateVssBackupComponentsInternal,
CreateVssExamineWriterMetadataInternal, etc.).
The header was previously excluded with the comment that it contains
C++ classes instead of COM interfaces, but the types are standard COM
interfaces (IUnknown-derived with pure virtual methods) declared using
C++ class syntax with __declspec(uuid(...)). ClangSharp handles these
correctly.
Inline wrapper functions (CreateVssBackupComponents, etc.) are excluded
since they are not DLL exports - the *Internal variants are the real
exports and are already mapped to VSSAPI.dll in libMappings.rsp.
Fixes #2095
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a63ec2e commit 3b2da19
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| |||
0 commit comments