NGWS SDK Documentation  

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 1) C4271

'identifier' : 'naked' functions cannot be 'inline'; inline expansion not performed

The function is declared with naked and inline attributes.

Example

inline __declspec( naked )  int func() {}   // warning