Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.win32

Class WinBase.FILE_DISPOSITION_INFO

    • Field Detail

      • DeleteFile

        public boolean DeleteFile
        Indicates whether the file should be deleted. Set to TRUE to delete the file. This member has no effect if the handle was opened with FILE_FLAG_DELETE_ON_CLOSE.
    • Constructor Detail

      • FILE_DISPOSITION_INFO

        public FILE_DISPOSITION_INFO()
      • FILE_DISPOSITION_INFO

        public FILE_DISPOSITION_INFO(Pointer memory)
      • FILE_DISPOSITION_INFO

        public FILE_DISPOSITION_INFO(boolean DeleteFile)
    • Method Detail

      • sizeOf

        public static int sizeOf()
JNA API 5.10.0

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