This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2217
'attribute1' must be used with 'attribute2'
The first function attribute requires the second attribute.
Possible causes
- Interrupt (__interrupt) function declared as near. Interrupt functions must be far.
- Interrupt function declared with __stdcall, or __fastcall. Interrupt functions must use C calling conventions.