com.sun.jna.examples.win32
Interface Shell32
- All Superinterfaces:
- AltCallingConvention, Library, StdCall, StdCallLibrary, W32API, W32Errors
public interface Shell32
- extends W32API
Mapping for w32 Shell API.
Note that the C header "shellapi.h" includes "pshpack1.h", which disables
automatic alignment of structure fields.
Nested classes/interfaces inherited from interface com.sun.jna.examples.win32.W32API |
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.WPARAM |
STRUCTURE_ALIGNMENT
static final int STRUCTURE_ALIGNMENT
- Custom alignment of structures.
- See Also:
- Constant Field Values
INSTANCE
static final Shell32 INSTANCE
FO_MOVE
static final int FO_MOVE
- See Also:
- Constant Field Values
FO_COPY
static final int FO_COPY
- See Also:
- Constant Field Values
FO_DELETE
static final int FO_DELETE
- See Also:
- Constant Field Values
FO_RENAME
static final int FO_RENAME
- See Also:
- Constant Field Values
FOF_MULTIDESTFILES
static final int FOF_MULTIDESTFILES
- See Also:
- Constant Field Values
FOF_CONFIRMMOUSE
static final int FOF_CONFIRMMOUSE
- See Also:
- Constant Field Values
FOF_SILENT
static final int FOF_SILENT
- See Also:
- Constant Field Values
FOF_RENAMEONCOLLISION
static final int FOF_RENAMEONCOLLISION
- See Also:
- Constant Field Values
FOF_NOCONFIRMATION
static final int FOF_NOCONFIRMATION
- See Also:
- Constant Field Values
FOF_WANTMAPPINGHANDLE
static final int FOF_WANTMAPPINGHANDLE
- See Also:
- Constant Field Values
FOF_ALLOWUNDO
static final int FOF_ALLOWUNDO
- See Also:
- Constant Field Values
FOF_FILESONLY
static final int FOF_FILESONLY
- See Also:
- Constant Field Values
FOF_SIMPLEPROGRESS
static final int FOF_SIMPLEPROGRESS
- See Also:
- Constant Field Values
FOF_NOCONFIRMMKDIR
static final int FOF_NOCONFIRMMKDIR
- See Also:
- Constant Field Values
FOF_NOERRORUI
static final int FOF_NOERRORUI
- See Also:
- Constant Field Values
FOF_NOCOPYSECURITYATTRIBS
static final int FOF_NOCOPYSECURITYATTRIBS
- See Also:
- Constant Field Values
SHFileOperation
int SHFileOperation(Shell32.SHFILEOPSTRUCT fileop)
Copyright © 2007 Timothy Wall. All Rights Reserved.