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 Error C2493

illegal form of __based

A __based expression must be based on a pointer.

Example

char * mybase;
int __based(mybase) * ptr; // correct