mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[VSSAPI] Import Wine commits "Stub CreateVssBackupComponentsInternal + ?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z"
ce9b5a7e17
767c94bc5c
CORE-9511.
This commit is contained in:
parent
3904423d8f
commit
23a1f8d335
2 changed files with 19 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "winbase.h"
|
||||
#include "vss.h"
|
||||
#include "vswriter.h"
|
||||
#include "vsbackup.h"
|
||||
#include "wine/asm.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
|
@ -94,3 +95,19 @@ HRESULT __thiscall VSSAPI_CVssWriter_Unsubscribe( struct CVssWriter *writer )
|
|||
return S_OK;
|
||||
}
|
||||
DEFINE_THISCALL_WRAPPER( VSSAPI_CVssWriter_Unsubscribe, 4 )
|
||||
|
||||
HRESULT WINAPI CreateVssBackupComponentsInternal(IVssBackupComponents **backup)
|
||||
{
|
||||
FIXME("%p\n", backup);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
* ?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z
|
||||
*/
|
||||
HRESULT WINAPI VSSAPI_CreateVssBackupComponents( IVssBackupComponents **backup )
|
||||
{
|
||||
FIXME( "%p\n", backup );
|
||||
|
||||
return CreateVssBackupComponentsInternal(backup);
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
@ cdecl -arch=i386 ??1CVssWriter@@UAE@XZ(ptr) VSSAPI_CVssWriter_dtor
|
||||
@ stub ?AreComponentsSelected@CVssJetWriter@@IBG_NXZ
|
||||
@ stub ?AreComponentsSelected@CVssWriter@@IBG_NXZ
|
||||
@ stub ?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z
|
||||
@ stdcall ?CreateVssBackupComponents@@YGJPAPAVIVssBackupComponents@@@Z(ptr) VSSAPI_CreateVssBackupComponents
|
||||
@ stub ?CreateVssExamineWriterMetadata@@YGJPAGPAPAVIVssExamineWriterMetadata@@@Z
|
||||
@ stub ?CreateVssSnapshotSetDescription@@YGJU_GUID@@JPAPAVIVssSnapshotSetDescription@@@Z
|
||||
@ stub ?GetBackupType@CVssJetWriter@@IBG?AW4_VSS_BACKUP_TYPE@@XZ
|
||||
|
@ -70,7 +70,7 @@
|
|||
@ cdecl -arch=i386 ?Subscribe@CVssWriter@@QAGJK@Z(ptr long) VSSAPI_CVssWriter_Subscribe
|
||||
@ stub ?Uninitialize@CVssJetWriter@@QAGXXZ
|
||||
@ cdecl -arch=i386 ?Unsubscribe@CVssWriter@@QAGJXZ(ptr) VSSAPI_CVssWriter_Unsubscribe
|
||||
@ stub CreateVssBackupComponentsInternal
|
||||
@ stdcall CreateVssBackupComponentsInternal(ptr)
|
||||
@ stub CreateVssExamineWriterMetadataInternal
|
||||
@ stub CreateVssExpressWriterInternal
|
||||
@ stub CreateWriter
|
||||
|
|
Loading…
Reference in a new issue