Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
[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 |