Microsoft SDK for Java

Utils.getSystemErrorMessage

Retrieves the text associated with the last Win32 error.

Syntax

public static String getSystemErrorMessage()

public static String getSystemErrorMessage( int errorCode )

Parameters

errorCode

The code for the Win32 error that occurred.

Return Value

Returns the text associated with the specified error code.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.