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!

DllImportAttribute.CallingConvention

Set to indicate the calling convention used in passing method arguments. See calling conventions in MSDN for details on each. The default is the CallingConvention value StdCall.

[Visual Basic]
Public CallingConvention As CallingConvention
[C#]
public CallingConvention CallingConvention;
[C++]
public: CallingConvention CallingConvention;
[JScript]
public var CallingConvention : CallingConvention;

See Also

DllImportAttribute Class | DllImportAttribute Members | System.Runtime.InteropServices Namespace | CallingConvention