Handles a custom game command, previously added via ISolpackApp::AddGameCommand.
Syntax:
HRESULT HandleCommand( long lID );
Parameters:
lID A game-defined long integer value specifying the ID of the command the user chose.
Return Value:
Returns S_OK if successful, or an error value otherwise.
Remarks:
Perform any actions that correspond to the command.