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()