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.TransformSig

Set to true to indicate that the managed method signature should be transformed into a unmanaged signature that returns an HResult and has an additional out retval argument for the return value. See the COM Interop spec for details. The default is false.

[Visual Basic]
Public TransformSig As Boolean
[C#]
public bool TransformSig;
[C++]
public: bool TransformSig;
[JScript]
public var TransformSig : Boolean;

See Also

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