com.sun.jna.examples.win32

Class Shell32.SHFILEOPSTRUCT

public static class Shell32.SHFILEOPSTRUCT extends Structure

Field Summary
booleanfAnyOperationsAborted
shortfFlags
HANDLEhwnd
StringlpszProgressTitle
StringpFrom
PointerpNameMappings
StringpTo
intwFunc
Method Summary
StringencodePaths(String[] paths)
Use this to encode pFrom/pTo paths.

Field Detail

fAnyOperationsAborted

public boolean fAnyOperationsAborted

fFlags

public short fFlags

hwnd

public HANDLE hwnd

lpszProgressTitle

public String lpszProgressTitle

pFrom

public String pFrom

pNameMappings

public Pointer pNameMappings

pTo

public String pTo

wFunc

public int wFunc

Method Detail

encodePaths

public String encodePaths(String[] paths)
Use this to encode pFrom/pTo paths.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.