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

pragma requires an integer between 79 and 132

The linesize pragma requires an integer constant between 79 and 132. The compiler uses a default value of 79.

Example

#pragma linesize( 42 )