JNA API 3.2.3

com.sun.jna.examples.win32
Class Shell32.SHFILEOPSTRUCT

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.examples.win32.Shell32.SHFILEOPSTRUCT
Enclosing interface:
Shell32

public static class Shell32.SHFILEOPSTRUCT
extends Structure


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue
 
Field Summary
 boolean fAnyOperationsAborted
           
 short fFlags
           
 W32API.HANDLE hwnd
           
 java.lang.String lpszProgressTitle
           
 java.lang.String pFrom
           
 Pointer pNameMappings
           
 java.lang.String pTo
           
 int wFunc
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Shell32.SHFILEOPSTRUCT()
           
 
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, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Shell32.SHFILEOPSTRUCT

public Shell32.SHFILEOPSTRUCT()
Method Detail

encodePaths

public java.lang.String encodePaths(java.lang.String[] paths)
Use this to encode pFrom/pTo paths.


JNA API 3.2.3

Copyright © 2007-2009 Timothy Wall. All Rights Reserved.