_INTRINSIC_IS_HELPER
This macro determines if an intrinsic function is instantiated through a call to the C Run-time Library (CRT).
_INTRINSIC_IS_HELPER(arg)
Parameters
- arg
[in] The name of the intrinsic function of interest.
Return Values
A non-zero return value indicates that intrinsic named by arg is instantiated with a call to the CRT.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintr.h.
See Also
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.