This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 3) C4013
'function' undefined; assuming extern returning int
The compiler encountered a call to an undefined function.
Possible causes
- Incorrect spelling of function name.
- External functions not prototyped as extern.