NTMS_ALLOCATION_INFORMATION struttura (ntmsapi.h)

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

La struttura NTMS_ALLOCATION_INFORMATION contiene informazioni sul pool di supporti di origine da cui è stato acquisito un supporto.

Sintassi

typedef struct _NTMS_ALLOCATION_INFORMATION {
  DWORD           dwSize;
#if ...
  LPNTMS_ASYNC_IO lpReserved;
#else
  LPVOID          lpReserved;
#endif
  NTMS_GUID       AllocatedFrom;
} NTMS_ALLOCATION_INFORMATION, *LPNTMS_ALLOCATION_INFORMATION;

Members

dwSize

Dimensioni della struttura.

lpReserved

Riservato.

AllocatedFrom

Identificatore univoco dell'origine originale del supporto.

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

AllocateNtmsMedia