COleCurrency::m_status

Remarks

The type of this data member is the enumerated type CurrencyStatus, which is defined within the COleCurrency class.

enum CurrencyStatus{
   valid = 0,
   invalid = 1,
   null = 2,
};

For a brief description of these status values, see the following list:

The status of a COleCurrency object is invalid in the following cases:

For more information on operations that may set the status to invalid, see the following member functions:

Caution   This data member is for advanced programming situations. You should use the inline member functions GetStatus and SetStatus. See SetStatus for further cautions regarding explicitly setting this data member.

COleCurrency OverviewClass MembersHierarchy Chart

See Also   COleCurrency::GetStatus, COleCurrency::SetStatus