MediaLabelInfo Structure

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

The MediaLabelInfo structure conveys information to the RSM database about a tape OMID. The media label library fills in this structure for all media labels the library recognizes.

Syntax

typedef struct MediaLabelInfo {
  WCHAR LabelType[64];
  DWORD LabelIDSize;
  BYTE  LabelID[256];
  WCHAR LabelAppDescr[256];
} MediaLabelInfo;

Members

  • LabelType
    Unicode string that identifies the source of the media label. Often this is the name of the backup application or Windows command that wrote the label, for example, "Microsoft Windows Wbadmin".

  • LabelIDSize
    Number of bytes that are used in the LabelID member.

  • LabelID
    Unique identifier for the media label.

  • LabelAppDescr
    Unicode string that describes the media. For example, the description for a backup media label would be similar to "Tape created on 04/14/97".

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

End of client support

Windows Vista

End of server support

Windows Server 2008

Header

NtmsMli.h

See Also

ClaimMediaLabel

 

 

Send comments about this topic to Microsoft

Build date: 6/9/2011