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 4) C4209

nonstandard extension used : benign typedef redefinition

A type was redefined to be the same type as in the first definition.

Example

typedef long lPulseWidth;
typedef long lPulseWidth;  // warning

Such benign redefinitions are illegal under ANSI compatibility (/Za).