Description

Updates the icons of the McDBNode returned by ObjectToJournal McDBNode and Source Database McDBNode from a live COM object.

Return Type

A Boolean value.   A Function with value VBA.True (-1) for Success
Failure Returns False (0).

Failure conditions:
* Handler does Not exist for mcdatSC_Object and mcdatnc_AddObject and COM object.
* ObjectToJournal returned no McDBNode.
* Implementation specific

Syntax

object.ObjectUpdateThumbnail (pUnknown, [vThumbnailSettings], [sDisplayName], [bDoNotUpdateSourceDatabase])

The ObjectUpdateThumbnail Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataJournal.
pUnknownRequired. An IUnknown object. The live object that contains the data to produce the thumbnail
vThumbnailSettingsOptional. A Variant value. Handler specific data that may be used to configure the Thumbnail creation operation.
sDisplayNameOptional. A String value. Handler specific command variant.
bDoNotUpdateSourceDatabaseOptional. A Boolean value. When False, the Thumbnails in the the database for which the object was loaded is also updated.