estructura NTMS_ALLOCATION_INFORMATION (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_ALLOCATION_INFORMATION contiene información sobre el grupo de medios de origen del que se tomó un medio.
Sintaxis
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;
Miembros
dwSize
Tamaño de la estructura.
lpReserved
Reservado.
AllocatedFrom
Identificador único del origen original del medio.
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 |