public interface Shell32 extends W32API
| Modifier and Type | Interface and Description |
|---|---|
static class |
Shell32.SHFILEOPSTRUCT |
W32API.DWORD, W32API.HANDLE, W32API.HANDLEByReference, W32API.HBITMAP, W32API.HDC, W32API.HICON, W32API.HINSTANCE, W32API.HMODULE, W32API.HRGN, W32API.HWND, W32API.LONG_PTR, W32API.LPARAM, W32API.LRESULT, W32API.SIZE_T, W32API.SSIZE_T, W32API.UINT_PTR, W32API.ULONG_PTR, W32API.WORD, W32API.WPARAMStdCallLibrary.StdCallCallbackLibrary.Handler| Modifier and Type | Field and Description |
|---|---|
static int |
FO_COPY |
static int |
FO_DELETE |
static int |
FO_MOVE |
static int |
FO_RENAME |
static int |
FOF_ALLOWUNDO |
static int |
FOF_CONFIRMMOUSE |
static int |
FOF_FILESONLY |
static int |
FOF_MULTIDESTFILES |
static int |
FOF_NOCONFIRMATION |
static int |
FOF_NOCONFIRMMKDIR |
static int |
FOF_NOCOPYSECURITYATTRIBS |
static int |
FOF_NOERRORUI |
static int |
FOF_RENAMEONCOLLISION |
static int |
FOF_SILENT |
static int |
FOF_SIMPLEPROGRESS |
static int |
FOF_WANTMAPPINGHANDLE |
static Shell32 |
INSTANCE |
static int |
STRUCTURE_ALIGNMENT
Custom alignment of structures.
|
ASCII_OPTIONS, DEFAULT_OPTIONS, HWND_BROADCAST, INVALID_HANDLE_VALUE, UNICODE_OPTIONSFUNCTION_MAPPER, STDCALL_CONVENTIONOPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPERERROR_FILE_NOT_FOUND, ERROR_INVALID_FUNCTION, ERROR_PATH_NOT_FOUND, NO_ERROR| Modifier and Type | Method and Description |
|---|---|
int |
SHFileOperation(Shell32.SHFILEOPSTRUCT fileop) |
static final int STRUCTURE_ALIGNMENT
static final Shell32 INSTANCE
static final int FO_MOVE
static final int FO_COPY
static final int FO_DELETE
static final int FO_RENAME
static final int FOF_MULTIDESTFILES
static final int FOF_CONFIRMMOUSE
static final int FOF_SILENT
static final int FOF_RENAMEONCOLLISION
static final int FOF_NOCONFIRMATION
static final int FOF_WANTMAPPINGHANDLE
static final int FOF_ALLOWUNDO
static final int FOF_FILESONLY
static final int FOF_SIMPLEPROGRESS
static final int FOF_NOCONFIRMMKDIR
static final int FOF_NOERRORUI
static final int FOF_NOCOPYSECURITYATTRIBS
int SHFileOperation(Shell32.SHFILEOPSTRUCT fileop)