Creates and initializes a new command object.
- Parameters
-
| name | The name of the command which is sent in plain text |
| argv | Array of tokens for the command ment to be encoded |
| argc | Number of items in the token array |
| command | New command object |
- Returns
- DEBUGSERVER_E_SUCCESS on success, DEBUGSERVER_E_INVALID_ARG when name or command is NULL