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

struct CommandInfo
Description
describes a command.
See also
XCommandProcessor

Elements' 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.  
Elements' Details
Name
string Name;
Description
contains the name of a command.
Handle
long Handle;
Description
contains an implementation specific handle for the command.

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

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