Platform SDK: Removable Storage Manager

NTMS_LMIDINFORMATION

The NTMS_LMIDINFORMATION data structure defines the properties specific to a logical media object.

typedef struct _NTMS_LMIDINFORMATION {
  NTMS_GUID    MediaPool;
  DWORD        dwNumberOfPartitions;
} NTMS_LMIDINFORMATION;

Members

MediaPool
The media pool that contains this logical media.
dwNumberOfPartitions
Number of sides in the media object.

Remarks

The NTMS_LMIDINFORMATION data structure is part of the NTMS_OBJECTINFORMATION structure and is not used separately.

Requirements

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