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
Method Summary |
java.lang.String |
encodePaths(java.lang.String[] paths)
Use this to encode pFrom/pTo paths. |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
hwnd
public W32API.HANDLE hwnd
wFunc
public int wFunc
pFrom
public java.lang.String pFrom
pTo
public java.lang.String pTo
fFlags
public short fFlags
fAnyOperationsAborted
public boolean fAnyOperationsAborted
pNameMappings
public Pointer pNameMappings
lpszProgressTitle
public java.lang.String lpszProgressTitle
Shell32.SHFILEOPSTRUCT
public Shell32.SHFILEOPSTRUCT()
encodePaths
public java.lang.String encodePaths(java.lang.String[] paths)
- Use this to encode
pFrom/pTo
paths.
Copyright © 2007 Timothy Wall. All Rights Reserved.