COMMAND_RESULT_INVALID |
The command was invalid or ill-formed; usually indicates an error condition. |
COMMAND_RESULT_SUCCESS |
The command was successfully activated. |
COMMAND_RESULT_FAILED |
The command was valid, but could not be activated. This may be due to problems with permissions or error conditions. |
COMMAND_RESULT_OBSOLETE |
The command is no longer valid in the current program context. This may mean that the application has changed state in such a way that the specified command it no longer applicable, or because changes to the application state have rendered it ambiguous. Commands should be re-fetched and a new selection made. |
COMMAND_RESULT_LAST_DEFINED |
Defines size of enumeration; do not use this value as a parameter. |