FILE_SET_SPARSE_BUFFER struttura (winioctl.h)

Specifica lo stato sparse da impostare. Windows Server 2003 e Windows XP: Questa struttura è facoltativa. Per altre informazioni, vedere FSCTL_SET_SPARSE.

Sintassi

typedef struct _FILE_SET_SPARSE_BUFFER {
  BOOLEAN SetSparse;
} FILE_SET_SPARSE_BUFFER, *PFILE_SET_SPARSE_BUFFER;

Members

SetSparse

Se TRUE, rende il file sparse.

Se FALSE, rende il file non sparse.

Windows Server 2008 R2, Windows 7, Windows Server 2008 e Windows Vista: Un valore false per questo membro è valido solo nei file che non hanno più aree sparse. Per altre informazioni, vedere FSCTL_SET_SPARSE.

Windows Server 2003 e Windows XP: Il valore FALSE per questo membro non è supportato. Se si specifica FALSE , la chiamata FSCTL_SET_SPARSE avrà esito negativo.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winioctl.h (include Windows.h)

Vedi anche

Deviceiocontrol

FSCTL_SET_SPARSE