File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 24
24
#include "winbase.h"
25
25
#include "vss.h"
26
26
#include "vswriter.h"
27
+ #include "vsbackup.h"
27
28
#include "wine/asm.h"
28
29
#include "wine/debug.h"
29
30
@@ -94,3 +95,19 @@ HRESULT __thiscall VSSAPI_CVssWriter_Unsubscribe( struct CVssWriter *writer )
94
95
return S_OK ;
95
96
}
96
97
DEFINE_THISCALL_WRAPPER ( VSSAPI_CVssWriter_Unsubscribe , 4 )
98
+
99
+ HRESULT WINAPI CreateVssBackupComponentsInternal (IVssBackupComponents * * backup )
100
+ {
101
+ FIXME ("%p\n" , backup );
102
+ return E_NOTIMPL ;
103
+ }
104
+
105
+ /******************************************************************
106
+ * ?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z
107
+ */
108
+ HRESULT WINAPI VSSAPI_CreateVssBackupComponents ( IVssBackupComponents * * backup )
109
+ {
110
+ FIXME ( "%p\n" , backup );
111
+
112
+ return CreateVssBackupComponentsInternal (backup );
113
+ }
Original file line number Diff line number Diff line change 7
7
@ cdecl -arch = i386 ??1 CVssWriter @@UAE @XZ ( ptr ) VSSAPI_CVssWriter_dtor
8
8
@ stub ?AreComponentsSelected @CVssJetWriter @@IBG_NXZ
9
9
@ stub ?AreComponentsSelected @CVssWriter @@IBG_NXZ
10
- @ stub ?CreateVssBackupComponents @@YGJPAPAVIVssBackupComponents @@@Z
10
+ @ stdcall ?CreateVssBackupComponents @@YGJPAPAVIVssBackupComponents @@@Z ( ptr ) VSSAPI_CreateVssBackupComponents
11
11
@ stub ?CreateVssExamineWriterMetadata @@YGJPAGPAPAVIVssExamineWriterMetadata @@@Z
12
12
@ stub ?CreateVssSnapshotSetDescription @@YGJU_GUID @@JPAPAVIVssSnapshotSetDescription @@@Z
13
13
@ stub ?GetBackupType @CVssJetWriter @@IBG ?AW4_VSS_BACKUP_TYPE @@XZ
70
70
@ cdecl -arch = i386 ?Subscribe @CVssWriter @@QAGJK @Z ( ptr long ) VSSAPI_CVssWriter_Subscribe
71
71
@ stub ?Uninitialize @CVssJetWriter @@QAGXXZ
72
72
@ cdecl -arch = i386 ?Unsubscribe @CVssWriter @@QAGJXZ ( ptr ) VSSAPI_CVssWriter_Unsubscribe
73
- @ stub CreateVssBackupComponentsInternal
73
+ @ stdcall CreateVssBackupComponentsInternal ( ptr )
74
74
@ stub CreateVssExamineWriterMetadataInternal
75
75
@ stub CreateVssExpressWriterInternal
76
76
@ stub CreateWriter
You can’t perform that action at this time.
0 commit comments