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

Informs the game that the user has canceled the drag operation.

Syntax:

HRESULT CancelMove();

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

This method is called when the user cancels the drag, either by pressing Escape or by releasing the fragment not over any piles. If you cached the source pile or card pointers during ISolpackGame::SetupFragment, release them here.

  February 24, 2002 jmhoersc@mtu.edu