ISdo::Restore method (sdoias.h)

The Restore method reloads the values of the Server Data Objects (SDO) properties from persistent storage.

Syntax

HRESULT Restore();

Return value

If the method succeeds the return value is S_OK.

If the method fails, the return value is one of the following error codes.

Remarks

Use the Restore method to cancel changes made by calls to the ISdo::PutProperty method.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header sdoias.h
DLL Iassdo.dll

See also

ISdo

ISdo::Apply

ISdo::PutProperty