NTMS_ALLOCATION_INFORMATION Structure
[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;
LPVOID lpReserved;
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
Minimum supported client |
Windows 2000 Professional |
Minimum supported server |
Windows 2000 Server |
End of client support |
Windows Vista |
End of server support |
Windows Server 2008 |
Header |
Ntmsapi.h |
See Also
Send comments about this topic to Microsoft
Build date: 6/9/2011