This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2498
'function' 'novtable' can only be applied to class declarations
Possible cause
- Using __declspec(novtable) with a function.
Example
void __declspec(novtable) f() { } // error