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;
DllImportAttribute Class | DllImportAttribute Members | System.Runtime.InteropServices Namespace