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
|
|
Syntax
string Name;
Description
contains the name of a command.
Syntax
long Handle;
Description
contains an implementation specific handle for the command.
It may be -1 if the implementation has no handle.
Syntax
type ArgType;
Description
contains the type of the command's argument.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.