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

expected pragma parameter to be '1', '2', '4', '8', or '16'

The pragma parameter does not have the required value (1, 2, 4, 8, or 16).

Example

#pragma pack( 3 )