SDriveLetterMapping structure

[This function is available for use only in Windows Server 2003.]

Associates drive usages with drive letters.

Syntax

typedef struct _DRIVELETTERMAPPING {
  EDriveLetterUsage dluDrives[26];
} SDriveLetterMapping;

Members

  • dluDrives
    Array of EDriveLetterUsage enumeration values that specify the use of each drive. Each element of the array, starting with dluDrives[1], corresponds to a drive letter; dluDrives[1] contains the use of drive A, dluDrives[2] contains the use of the drive B, and so on.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

Header

ClusCfgServer.h