Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackGame::HandleCommand Method

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.

  February 24, 2002 jmhoersc@mtu.edu