ReactOS 0.4.15-dev-8076-g06e89b2
vsbackup.idl File Reference

Go to the source code of this file.

Classes

interface  IVssBackupComponents
 

Functions

HRESULT WINAPI CreateVssBackupComponentsInternal (IVssBackupComponents **backup)
 
static HRESULT CreateVssBackupComponents (IVssBackupComponents **backup)
 

Function Documentation

◆ CreateVssBackupComponents()

static HRESULT CreateVssBackupComponents ( IVssBackupComponents **  backup)
inlinestatic

Definition at line 36 of file vsbackup.idl.

static long backup()
Definition: maze.c:403
HRESULT WINAPI CreateVssBackupComponentsInternal(IVssBackupComponents **backup)
Definition: main.c:99

◆ CreateVssBackupComponentsInternal()

HRESULT WINAPI CreateVssBackupComponentsInternal ( IVssBackupComponents **  backup)

Definition at line 99 of file main.c.

100{
101 FIXME("%p\n", backup);
102 return E_NOTIMPL;
103}
#define FIXME(fmt,...)
Definition: debug.h:114
#define E_NOTIMPL
Definition: ddrawi.h:99

Referenced by CreateVssBackupComponents(), and VSSAPI_CreateVssBackupComponents().