|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "vss.h"#include "vswriter.h"#include "vsbackup.h"#include "wine/asm.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | CVssWriter |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (vssapi) | |
| struct CVssWriter *__thiscall | VSSAPI_CVssWriter_default_ctor (struct CVssWriter *writer) |
| void __thiscall | VSSAPI_CVssWriter_dtor (struct CVssWriter *writer) |
| HRESULT __thiscall | VSSAPI_CVssWriter_Initialize (struct CVssWriter *writer, VSS_ID id, LPCWSTR name, VSS_USAGE_TYPE usage_type, VSS_SOURCE_TYPE source_type, VSS_APPLICATION_LEVEL level, DWORD timeout, VSS_ALTERNATE_WRITER_STATE alt_writer_state, BOOL throttle, LPCWSTR instance) |
| HRESULT __thiscall | VSSAPI_CVssWriter_Subscribe (struct CVssWriter *writer, DWORD flags) |
| HRESULT __thiscall | VSSAPI_CVssWriter_Unsubscribe (struct CVssWriter *writer) |
| HRESULT WINAPI | CreateVssBackupComponentsInternal (IVssBackupComponents **backup) |
| HRESULT WINAPI | VSSAPI_CreateVssBackupComponents (IVssBackupComponents **backup) |
| HRESULT WINAPI CreateVssBackupComponentsInternal | ( | IVssBackupComponents ** | backup | ) |
Definition at line 99 of file main.c.
Referenced by CreateVssBackupComponents(), and VSSAPI_CreateVssBackupComponents().
| HRESULT WINAPI VSSAPI_CreateVssBackupComponents | ( | IVssBackupComponents ** | backup | ) |
| struct CVssWriter *__thiscall VSSAPI_CVssWriter_default_ctor | ( | struct CVssWriter * | writer | ) |
| void __thiscall VSSAPI_CVssWriter_dtor | ( | struct CVssWriter * | writer | ) |
| HRESULT __thiscall VSSAPI_CVssWriter_Initialize | ( | struct CVssWriter * | writer, |
| VSS_ID | id, | ||
| LPCWSTR | name, | ||
| VSS_USAGE_TYPE | usage_type, | ||
| VSS_SOURCE_TYPE | source_type, | ||
| VSS_APPLICATION_LEVEL | level, | ||
| DWORD | timeout, | ||
| VSS_ALTERNATE_WRITER_STATE | alt_writer_state, | ||
| BOOL | throttle, | ||
| LPCWSTR | instance | ||
| ) |
| HRESULT __thiscall VSSAPI_CVssWriter_Subscribe | ( | struct CVssWriter * | writer, |
| DWORD | flags | ||
| ) |
| HRESULT __thiscall VSSAPI_CVssWriter_Unsubscribe | ( | struct CVssWriter * | writer | ) |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | vssapi | ) |