NTMS_LMIDINFORMATION structure (ntmsapi.h)

[Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.]

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

Syntax

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

Members

MediaPool

Unique identifier of the media pool that contains the logical media.

dwNumberOfPartitions

Number of sides in the media object.

Remarks

The NTMS_LMIDINFORMATION structure is included in the NTMS_OBJECTINFORMATION structure.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntmsapi.h

See also

NTMS_OBJECTINFORMATION