Top   Module   Use   Manual   Index 

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

struct Command


Description
contains a command.
See also
XCommandProcessor


Elements

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

It must be -1 if the implementation has no handle. 0 is a valid command handle.

any Argument
Description
contains the argument of the command
Top of Page