IUpdateObjectCallback::UpdateComplete method

A callback used to notify the host that an object was updated.

Syntax

HRESULT UpdateComplete(
   UINT    objectAddress,
   HRESULT result
);

Parameters

objectAddress
The ID of the object that was updated.

result
Indicates whether or not the update succeeded.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Vspixengine.h

See also

IUpdateObjectCallback