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

pragma requires an integer between 1 and 127

The page and skip pragmas require an integer constant between 1 and 127. The compiler uses a default value of 1.

Example

#pragma skip( 0 )