CXPlatformAvailability

Describes the availability of a given entity on a particular platform, e.g., a particular class might only be available on Mac OS 10.7 or newer.

Members

Variables

Deprecated
CXVersion Deprecated;

\brief The version number in which this entity was deprecated (but is still available).

Introduced
CXVersion Introduced;

\brief The version number in which this entity was introduced.

Message
CXString Message;

\brief An optional message to provide to a user of this API, e.g., to suggest replacement APIs.

Obsoleted
CXVersion Obsoleted;

\brief The version number in which this entity was obsoleted, and therefore is no longer available.

Platform
CXString Platform;

\brief A string that describes the platform for which this structure provides availability information.

Unavailable
int Unavailable;

\brief Whether the entity is unconditionally unavailable on this platform.

Meta