DLL.lastDLLError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.