BB FlashBack SDK: FBFrames

GetHighlights

Description

Returns, in an FBHighlights object, a collection of all the highlights in the specified frame.

This method is accessible to the Advanced edition of the SDK only.

Syntax

[C#/C++]
public FBHighlights* GetHighlights ()

[VB.NET]
Public Sub GetHighlights As FBHighlights

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is a pointer to an FBHighlights collection.

See Also

The FBHighlights Class