Partager via


_INTRINSIC_IS_SUPPORTED

This macro determines if a specified intrinsic function is supported.

_INTRINSIC_IS_SUPPORTED(arg)

Parameters

  • arg
    [in] The name of the intrinsic function of interest.

Return Values

A non-zero return value indicates that the specified intrinsic is supported by the compiler.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintr.h.

See Also

Common Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.