BB FlashBack SDK: FBEditor

SetPlayerWindow32

Description

Sets which window movie playback will be shown in.
 

Syntax

[C#/C++]
public void SetPlayerWindow32 (long hWnd)

[VB.NET]
Public Sub SetPlayerWindow32 (ByVal hWnd As Long)

Parameters

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

Remarks

SetPlayerWindow performs the same function, but takes a 64 bit long as input parameter.
 

See also

FBEditor::SetPlayerWindow