Compartilhar via


iw32 (Windows CE 5.0)

Send Feedback

When compiled by the THUMB compiler, the iw32 declspec has the same effect as the iwcall declspec; that is, it makes an interworking call.

When compiled by the ARM compiler, the iw32 declspec has no effect.

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

See Also

Declspecs | iwcall | iw16

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.