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

pragma requires an integer between 15 and 255

The pagesize pragma requires an integer constant between 15 and 255. The compiler uses a default value of 63.

Example

#pragma pagesize( 10 )