FILE_DISPOSITION_INFO struttura (winbase.h)

Indica se è necessario eliminare un file. Usato per gli handle. Usare solo quando si chiama SetFileInformationByHandle.

Sintassi

typedef struct _FILE_DISPOSITION_INFO {
  BOOLEAN DeleteFile;
} FILE_DISPOSITION_INFO, *PFILE_DISPOSITION_INFO;

Members

DeleteFile

Indica se il file deve essere eliminato. Impostare su TRUE per eliminare il file. Questo membro non ha alcun effetto se l'handle è stato aperto con FILE_FLAG_DELETE_ON_CLOSE.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione winbase.h (include Windows.h)
Componente ridistribuibile Windows SDK in Windows Server 2003 e Windows XP.

Vedi anche

FILE_INFO_BY_HANDLE_CLASS

SetFileInformationByHandle