Compartilhar via


estrutura STORAGE_DEVICE_LED_STATE_DESCRIPTOR (ntddstor.h)

A estrutura STORAGE_DEVICE_LED_STATE_DESCRIPTOR descreve o estado LED de um dispositivo.

Sintaxe

typedef struct _STORAGE_DEVICE_LED_STATE_DESCRIPTOR {
  ULONG     Version;
  ULONG     Size;
  ULONGLONG State;
} STORAGE_DEVICE_LED_STATE_DESCRIPTOR, *PSTORAGE_DEVICE_LED_STATE_DESCRIPTOR;

Membros

Version

Versão dessa estrutura. Defina como sizeof(STORAGE_DEVICE_LED_STATE_DESCRIPTOR).

Size

Tamanho dessa estrutura, em bytes. Deve ser >= sizeof(STORAGE_DEVICE_LED_STATE_DESCRIPTOR).

State

Estrutura opaca que contém o estado LED da unidade.

Comentários

O estado LED da unidade é retornado em uma estrutura STORAGE_DEVICE_LED_STATE_DESCRIPTOR durante uma solicitação de IOCTL_STORAGE_QUERY_PROPERTY com uma PropertyId de StorageDeviceLedStateProperty.

Requisitos

Requisito Valor
Servidor mínimo com suporte Windows Server 2022
Cabeçalho ntddstor.h

Confira também

IOCTL_STORAGE_QUERY_PROPERTY

STORAGE_PROPERTY_ID

STORAGE_PROPERTY_QUERY