Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackCard::Rank Property

Retrieves the rank of the card.

Syntax:

HRESULT get_Rank(
   long *p
);

Parameters:

p
Address of a long integer variable that receives the rank.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

Rank values are defined in the SOLPACKRANK enumeration.

The rank is equal to (((ID - 1) % 13) + 1).

  February 24, 2002 jmhoersc@mtu.edu