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 C3313

'classname' : not a supported IDL type

You attempted to apply the export attribute to a class definition. For example:

[module(name=ExportModule)];

[export] class tagMyClass {
public:
   char m_JustData;
};