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).
|