vssapi: A spelling fix in a variable name.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-03-14 02:40:15 +01:00 committed by Alexandre Julliard
parent 9f2baf1dd4
commit 213b415fa9
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ interface IVssBackupComponents : IUnknown
HRESULT GetWriterStatus([in] UINT index, [out] VSS_ID *instance, [out] VSS_ID *id, [out] BSTR *writer,
[out] VSS_WRITER_STATE *status, [out] HRESULT *failure);
HRESULT SetBackupSucceeded([in] VSS_ID instance, [in] VSS_ID id, [in] VSS_COMPONENT_TYPE ct,
[in] LPCWSTR path, [in] LPCWSTR name, [in] BOOL succeded);
[in] LPCWSTR path, [in] LPCWSTR name, [in] BOOL succeeded);
HRESULT SetBackupOptions([in] VSS_ID id, [in] VSS_COMPONENT_TYPE ct, [in] LPCWSTR path,
[in] LPCWSTR name, [in] LPCWSTR options);
HRESULT SetSelectedForRestore([in] VSS_ID id, [in] VSS_COMPONENT_TYPE ct, [in] LPCWSTR path,