JNA API 3.2.4

com.sun.jna.examples.win32

Class Shell32.SHFILEOPSTRUCT

  • Enclosing interface:
    Shell32


    public static class Shell32.SHFILEOPSTRUCT
    extends Structure
    • Field Detail

      • 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.4

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