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

#import attribute 'attribute' requires count arguments; ignored

A #import attribute has the wrong number of arguments.

Example

#import "olepro32.dll" no_namespace("abc") rename("a","b","c")  // warning

The no_namespace attribute takes no arguments. The rename attribute takes only two arguments.