estructura NTMS_STORAGESLOTINFORMATION (ntmsapi.h)

[El Administrador de almacenamiento extraíble ya no está disponible a partir de Windows 7 y Windows Server 2008 R2.]

La estructura NTMS_STORAGESLOTINFORMATION define las propiedades específicas de un objeto de ranura de almacenamiento.

Sintaxis

typedef struct _NTMS_STORAGESLOTINFORMATION {
  DWORD     Number;
  DWORD     State;
  NTMS_GUID Library;
} NTMS_STORAGESLOTINFORMATION;

Miembros

Number

Número de la ranura de la biblioteca.

State

Estado actual de la ranura. Puede ser uno de los siguientes valores.

Valor Significado
NTMS_SLOTSTATE_EMPTY
La ranura está presente, pero no contiene un fragmento de medios físicos.
NTMS_SLOTSTATE_FULL
La ranura está presente y contiene un fragmento de medios físicos.
NTMS_SLOTSTATE_NOTPRESENT
La ranura no está presente. Si la biblioteca contiene revistas, este valor se notifica para cada ranura cuando falta la revista asociada.
NTMS_SLOTSTATE_UNKNOWN
No se puede determinar el estado de ranura.
NTMS_SLOTSTATE_NEEDSINVENTORY
La ranura necesita inventario.

Library

Biblioteca que contiene la ranura.

Comentarios

La estructura NTMS_STORAGESLOTINFORMATION forma parte de la estructura NTMS_OBJECTINFORMATION .

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado ntmsapi.h

Consulte también

NTMS_OBJECTINFORMATION