Share via


DLL.lastDLLError Method

Definition

Sets or retrieves the last error that was reported by the DLL.

public:
 static int lastDLLError();
public static int lastDLLError ();
static member lastDLLError : unit -> int
Public Shared Function lastDLLError () As Integer

Returns

The last error that was reported by the DLL.

Applies to