com.sun.jna.examples.win32
Class Shell32.SHFILEOPSTRUCT
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.win32.Shell32.SHFILEOPSTRUCT
- Enclosing interface:
- Shell32
public static class Shell32.SHFILEOPSTRUCT
- extends Structure
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
hwnd
public W32API.HANDLE hwnd
wFunc
public int wFunc
pFrom
public String pFrom
pTo
public String pTo
fFlags
public short fFlags
fAnyOperationsAborted
public boolean fAnyOperationsAborted
pNameMappings
public Pointer pNameMappings
lpszProgressTitle
public String lpszProgressTitle
Shell32.SHFILEOPSTRUCT
public Shell32.SHFILEOPSTRUCT()
encodePaths
public String encodePaths(String[] paths)
- Use this to encode
pFrom/pTo
paths.
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.