What device object will be created with "\\"

what device object will be created with destination string “\” ? what will be the device name?

RtlInitUnicodeString(DestinatonString, “\”);
IoCreateDevice(Driverobjct,0x108u,&Desinatiionstring,0x8773u, 0x100u, 0, &DeviceObject)

On Jul 30, 2018, at 9:35 AM, xxxxx@gmail.com wrote:
>
> what device object will be created with destination string “\” ? what will be the device name?
>
> RtlInitUnicodeString(DestinatonString, “\”);
> IoCreateDevice(Driverobjct,0x108u,&Desinatiionstring,0x8773u, 0x100u, 0, &DeviceObject)

The device name will be \ . What driver are you disassembling?

Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.