NTMS_ALLOCATION_INFORMATION structure (ntmsapi.h)
[Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.]
The NTMS_ALLOCATION_INFORMATION structure contains information about the source media pool from which a medium was taken.
Syntax
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
Size of the structure.
lpReserved
Reserved.
AllocatedFrom
Unique identifier of the original source of the media.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntmsapi.h |