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
- dlmDriveLetterMappingIn
An SDriveLetterMapping structure containing an array of EDriveLetterUsage flags representing A: through Z: (26) drive mappings to the resource.
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 |