public class ComDlg32 extends WinFunctionCache
Modifier and Type | Field and Description |
---|---|
static int |
CDERR_FINDRESFAILURE
The function failed to find a specified resource.
|
static int |
CDERR_GENERALCODES |
static int |
CDERR_INITIALIZATION
The dialog is failed during initialization.
|
static int |
CDERR_LOADRESFAILURE
The function failed to load a specified resource.
|
static int |
CDERR_LOADSTRFAILURE
The function function failed to load a specified string.
|
static int |
CDERR_LOCKRESFAILURE
The function failed to lock a specified resource.
|
static int |
CDERR_MEMALLOCFAILURE
The function was unable to allocate memory for internal structures.
|
static int |
CDERR_MEMLOCKFAILURE
The function was unable to lock the memory associated with a handle.
|
static int |
CDERR_NOHINSTANCE
The ENABLETEMPLATE flag was set but attepmt failed to provide a corresponding instance handle.
|
static int |
CDERR_NOHOOK
The ENABLEHOOK flag was set but attempt failed to provide a pointer to a
corresponding hook procedure.
|
static int |
CDERR_NOTEMPLATE
The ENABLETEMPLATE flag was set but attepmt failed to provide a corresponding template.
|
static int |
CDERR_REGISTERMSGFAIL
The RegisterWindowMessage function returned an error code
when it was called by the function.
|
static int |
CDERR_STRUCTSIZE
The lStructSize member of the initialization structure is invalid.
|
Modifier and Type | Method and Description |
---|---|
static long |
getCommDlgExtendedError()
Method returns extnded error code.
|
static ComDlg32 |
getInstance() |
isUnicode, setUnicode, setupEncoding
public static final int CDERR_GENERALCODES
public static final int CDERR_STRUCTSIZE
public static final int CDERR_INITIALIZATION
public static final int CDERR_NOTEMPLATE
public static final int CDERR_NOHINSTANCE
public static final int CDERR_LOADSTRFAILURE
public static final int CDERR_FINDRESFAILURE
public static final int CDERR_LOADRESFAILURE
public static final int CDERR_LOCKRESFAILURE
public static final int CDERR_MEMALLOCFAILURE
public static final int CDERR_MEMLOCKFAILURE
public static final int CDERR_NOHOOK
public static final int CDERR_REGISTERMSGFAIL
public static ComDlg32 getInstance()
public static long getCommDlgExtendedError()