Platform SDK: Removable Storage Manager

NTMS_ALLOCATION_INFORMATION

The NTMS_ALLOCATION_INFORMATION data structure returns the source media pool from which a medium was taken.

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
Represents the original source of the media.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Ntmsapi.h.