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

Sets or retrieves whether the card is face up.

Syntax:

HRESULT get_FaceUp(
   VARIANT_BOOL *pbFaceUp
);

HRESULT put_FaceUp(
   VARIANT_BOOL bFaceUp
);

Parameters:

pbFaceUp
Address of a VARIANT_BOOL variable to receive whether the card is currently face up.
bFaceUp
A VARIANT_BOOL variable specifying VARIANT_TRUE to turn the card face up, or VARIANT_FALSE to turn it face down.

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

By default, this property is false, face down.

Face status has no effect on playability of cards.

  February 24, 2002 jmhoersc@mtu.edu