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

Set to true to indicate that the caller may call GetLastError to determine if an error occurred while executing the method. The default is false.

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

See Also

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