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) C4711

function 'function' selected for inline expansion

The compiler performed inlining on the given function, although it was not marked for inlining.

Inlining is performed at the compiler's discretion. This warning is informational.

This warning is off by default. To enable a warning, use #pragma warning.