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!

PInvoke Samples - VC7 Compiler

VC7 allows you to annotate your C++ source code in order to call unmanaged functions automatically, using PInvoke. The annotation is specified with the [sysimport] directive. This section show a few simple examples of how to call unmanaged code from your managed C++ programs.