BB FlashBack SDK: FBFrames

GetFrameActionsCount

Description

Returns the number of actions in a specified frame. Use GetFrameActions to read the data for an action into a buffer.

Syntax

[C#/C++]
public Long GetFrameActionsCount (long lFrameNumber)

[VB.NET]
Public Function GetFrameActionsCount (ByVal lFrameNumber As Long) As Long

Parameters

lFrameNumber : the number of the frame for which the number of actions will be returned.
 

Return Values

Returns the number of actions in the specified frame.

See Also

FBFrames::GetFrameActions