Commit 213b415f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

vssapi: A spelling fix in a variable name.

parent 9f2baf1d
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment