BB FlashBack SDK: FBMovie

GetDefaultEXEParams

Description

Fills out an FBExportToEXEParams object with the default EXE export parameters.

Syntax

[C#/C++]
public void GetDefaultEXEParams (FBExportToEXEParams* pParams);

[VB.NET]
Public Sub GetDefaultEXEParams (ByRef pParams As FBExportToEXEParams)

Parameters

pParams (in) : pointer to an FBExportToEXEParams object.

Remarks

The FBExportToEXEParams object filled out by this method can be passed to a call to ExportToEXE. If its ShowOptions parameter is set to True, a standard options dialog is shown enabling the user to change export parameters.

When the EXE export parameters are changed by the user via the options dialog, these become the new defaults and will be returned from GetDefaultEXEParams the next time it is called.

See Also

About export parameter classes  FBMovie::ExportToEXE