iw16

When compiled by CLARM, the iw16 declspec has the same effect as the iwcall declspec; that is, it makes an interworking call. When compiled by CLTHUMB, the iw16 declspec has no effect. Use the iw16 declspec only when you know which compiler, CLARM or CLTHUMB, will compile the designated function.

iw16 declspec will have no effect on CLARM unless you also use the /QRarch - Specify Target Architecture flag. Using the /QRinterwork-return - Enable Interworking flag will automatically enable the QRarch flag.

See Also

Declspecs | iwcall | iw32 | /QRinterwork-return - Enable Interworking | /QRarch - Specify Target Architecture

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.