Compartir a través de


estructura STORAGE_PROPERTY_SET (ntddstor.h)

La estructura STORAGE_PROPERTY_SET describe los detalles del conjunto de propiedades asociado a IOCTL_STORAGE_SET_PROPERTY.

Sintaxis

typedef struct _STORAGE_PROPERTY_SET {
  STORAGE_PROPERTY_ID PropertyId;
  STORAGE_SET_TYPE    SetType;
  UCHAR               AdditionalParameters[1];
} STORAGE_PROPERTY_SET, *PSTORAGE_PROPERTY_SET;

Miembros

PropertyId

Valor de enumeración STORAGE_PROPERTY_ID que especifica qué propiedad se va a establecer. Actualmente, debe establecerse en StorageAdapterProtocolSpecificProperty.

SetType

Valor de enumeración STORAGE_SET_TYPE que describe el tipo de operación de conjunto que se está realizando.

AdditionalParameters[1]

Espacio para parámetros adicionales si es necesario, dependiendo de PropertyId.

Requisitos

Requisito Valor
Header ntddstor.h

Consulte también

IOCTL_STORAGE_SET_PROPERTY

STORAGE_PROPERTY_ID

STORAGE_SET_TYPE