USB HID on rdp (remote desktop)

Hello, i've problems with rdp. I have virtual driver USB HID mouse and keyboard and the program that interacts with it. When im start my program it's connect to virtual hid usb driver and i can send message "press any keys or drag mouse to x, y cords". When im start host pc without rdp it's work fine, but when i try to connect with rdp to this host machine, my program success connected to hid usb driver, but it's not respond to my messages. in my program i send messages via
HidD_SetFeature(FDevHandle, buffer, length + 1);
It turns out that the RDP is blocking the driver, how fix this?