struttura NTMS_LMIDINFORMATION (ntmsapi.h)

[Gestione archiviazione rimovibile non è più disponibile a partire da Windows 7 e Windows Server 2008 R2.]

La struttura NTMS_LMIDINFORMATION definisce le proprietà specifiche di un oggetto multimediale logico.

Sintassi

typedef struct _NTMS_LMIDINFORMATION {
  NTMS_GUID MediaPool;
  DWORD     dwNumberOfPartitions;
} NTMS_LMIDINFORMATION;

Members

MediaPool

Identificatore univoco del pool di supporti che contiene i supporti logici.

dwNumberOfPartitions

Numero di lati nell'oggetto multimediale.

Commenti

La struttura NTMS_LMIDINFORMATION è inclusa nella struttura NTMS_OBJECTINFORMATION .

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntmsapi.h

Vedi anche

NTMS_OBJECTINFORMATION