IMsRdpDrive::Name property

Retrieves the name of the drive.

This property is read-only.

Syntax

HRESULT get_Name(
  [out] BSTR *pName
);

Property value

The drive name.

Error codes

If the method succeeds, S_OK is returned. Any other HRESULT value indicates that the call failed.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpDrive is defined as d28b5458-f694-47a8-8e61-40356a767e46

See also

IMsRdpDrive