Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

struct CommandInfo


Description
describes a command.
See also
XCommandProcessor


Elements

string Name
Description
contains the name of a command.
long Handle
Description
contains an implementation specific handle for the command.

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

type ArgType
Description
contains the type of the command's argument.
Top of Page