IClusCfgManagedResourceInfo::GetDriveLetterMappings method
[This method is available for use only in Windows Server 2003.]
Implement the GetDriveLetterMappings method to provide the drive mappings for a managed resource (if any).
Syntax
HRESULT GetDriveLetterMappings(
[out] SDriveLetterMapping *pdlmDriveLetterMappingsOut
);
Parameters
- pdlmDriveLetterMappingsOut [out]
SDriveLetterMapping structure that associates drive usages with drive letters.
Return value
If the GetDriveLetterMappings method successfully retrieves 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 |