BB FlashBack SDK: FBHighlights

SetProperties

Description

Sets the properties of the specified highlight object to those in the supplied FBHighlightProperties object.

Syntax

[C#/C++]
public Bool SetProperties (long lIndex, FBHighlightProperties* pHighlightProperties)

[VB.NET]
Public Function SetProperties (ByVal lIndex As Long, ByRef pHighlightProperties () As FBHighlightProperties) As Boolean

Parameters

lIndex : [In] Index of a highlight.

pHighlightProperties : [In] Pointer to an FBHighlightProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

Remarks

See Also

The FBHighlightProperties Class   FBHighlights::SetPropertiesByID