BB FlashBack SDK: FBHighlights

SetPropertiesByID

Description

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

Syntax

[C#/C++]
public Bool SetPropertiesByID (long lID, FBHighlightProperties* pHighlightProperties);

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

Parameters

lID : [In] ID 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::SetProperties