Share via


iw16 (Windows Embedded CE 6.0)

1/5/2010

When compiled by the ARM compiler, the iw16 declspec has the same effect as the iwcalldeclspec; that is, it makes an interworking call.

When compiled by the THUMB compiler, the iw16 declspec has no effect.

Use the iw16 declspec only when you know which compiler, ARM or THUMB, will compile the designated function.

iw16declspec has no effect on the ARM compiler unless you also use the /QRArch - Specify Target Architecture flag.

Using the /QRinterwork-return - Enable Interworking flag automatically enables the /QRarch flag.

See Also

Reference

iwcall
iw32
/QRinterwork-return - Enable Interworking
/QRArch - Specify Target Architecture

Concepts

Modifiers