Skip to content

Latest commit

 

History

History
76 lines (46 loc) · 1.52 KB

imsrdpdrive-name.md

File metadata and controls

76 lines (46 loc) · 1.52 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpDrive Name property
Retrieves the name of the drive.
5aabb7df-fd46-48aa-ad1d-51da45495782
multiple
Name property Remote Desktop Services
Name property Remote Desktop Services , IMsRdpDrive interface
IMsRdpDrive interface Remote Desktop Services , Name property
apiref
IMsRdpDrive.Name
IMsRdpDrive.get_Name
MsTscAx.dll
COM
reference
05/31/2018

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