OLESTATUS OleUpdate(lpObject)
LPOLEOBJECT lpObject;
The OleUpdate function updates the specified object.
Parameter | Description |
lpObject | Points to the object to be updated. |
This function updates the presentation of the object and ensures that the object is up-to-date with respect to any linked objects it contains.
The return value is OLE_OK if successful; otherwise, it could be one of the following:
OLE_BUSY
OLE_ERROR_GENERIC
OLE_ERROR_OBJECT
OLE_WAIT_FOR_RELEASE
See AlsoOleQueryOutOfDate