IMsRdpDeviceV2::DriveLetterBitmap property

Contains a bitfield that represents a map of drive letters contained within the device.

This property is read-only.

Syntax

HRESULT get_DriveLetterBitmap(
  [out, retval] ULONG *pDriveLetterBitmap
);

Property value

A map of drive letters contained within the device. Each bit in the value represents a drive letter. The least significant bit represents drive letter "A", the next bit represents drive letter "B", and so on.

Requirements

Requirement Value
Minimum supported client
Windows 7 with SP1
Minimum supported server
Windows Server 2008 R2 with SP1
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpDeviceV2 is defined as 5fb94466-7661-42a8-98b7-01904c11668f

See also

IMsRdpDeviceV2