NTMS_LMIDINFORMATION

[This is preliminary documentation and subject to change.]

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 partitions in the media object.

Remarks

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

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in ntmsapi.h.
  Import Library: Use ntmsapi.lib.