struct DispatchDescriptor in module com::sun::star::frame::

(Global Index)

Syntax

struct DispatchDescriptor;

Description

describes a feature to be retrieved by a URL that has to be loaded into a specified frame.

Field Summary

FeatureURL Specifies the URL of the resource/function.

FrameName Name of the target frame.

SearchFlags How the target frame is to be searched.

Field Details



FeatureURL

Syntax

com::sun::star::util::URL FeatureURL;

Description

Specifies the URL of the resource/function.


FrameName

Syntax

string FrameName;

Description

Name of the target frame.


SearchFlags

Syntax

long SearchFlags;

Description

How the target frame is to be searched.

Top of Page