NTMS_ALLOCATION_INFORMATION structure (ntmsapi.h)

[Le Gestionnaire de stockage amovible n’est plus disponible depuis Windows 7 et Windows Server 2008 R2.]

La structure NTMS_ALLOCATION_INFORMATION contient des informations sur le pool de médias source à partir duquel un support a été extrait.

Syntaxe

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;

Membres

dwSize

Taille de la structure.

lpReserved

Réservé.

AllocatedFrom

Identificateur unique de la source d’origine du média.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête ntmsapi.h

Voir aussi

AllocateNtmsMedia