BB FlashBack SDK: FBEditor

SetPlayerWindow

Description

Sets which window movie playback will be shown in.
 

Syntax

[C#/C++]
public void SetPlayerWindow (int64 hWnd)

[VB.NET]
Public Sub SetPlayerWindow (ByVal hWnd As int64)

Parameters

hWnd : handle of the window in which the movie should be shown.
 

Remarks

SetPlayerWindow32 performs the same function, but takes a 32 bit long as input parameter.
 

See also

FBEditor::SetPlayerWindow32