struct CommandInfo in module com::sun::star::ucb::

(Global Index)

Syntax

struct CommandInfo;

Description

describes a command.

See also

XCommandProcessor

Field Summary

Name contains the name of a command.

Handle contains an implementation specific handle for the command.

ArgType contains the type of the command's argument.

Field Details



Name

Syntax

string Name;

Description

contains the name of a command.


Handle

Syntax

long Handle;

Description

contains an implementation specific handle for the command.

It may be -1 if the implementation has no handle.


ArgType

Syntax

type ArgType;

Description

contains the type of the command's argument.

Top of Page