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 3) C4133
'type' : incompatible types - from 'type1' to 'type2'
Cause
- Trying to subtract two pointers of different types.
To avoid this warning, providing an appropriate type cast.