IClusCfgManagedResourceInfo::SetDriveLetterMappings method

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

The SetDriveLetterMappings method sets the drive mappings for the resource. The change will not take effect until the configuration has been committed.

Syntax

HRESULT SetDriveLetterMappings(
   SDriveLetterMapping dlmDriveLetterMappingIn
);

Parameters

Return value

If the SetDriveLetterMappings method successfully sets the drive mappings, it returns S_OK.

Any other HRESULT value indicates that the call failed.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2003

End of server support

Windows Server 2003

IDL

ClusCfgServer.idl

IID

IID_IClusCfgManagedResourceInfo is defined as 8389D687-DF99-442B-81AB-58BA5B029688

See also

IClusCfgManagedResourceInfo