Is there any way to get the definition of the PerformanceFlags property for RDP if we don't define them in code explicitly?

0

For RDP, there is one page from MSDN which defines some properties for RDP performance.

For example:

TS_PERF_DISABLE_WALLPAPER (0x00000001): Wallpaper on the desktop is not displayed.

TS_PERF_DISABLE_FULLWINDOWDRAG (0x00000002): Full-window drag is disabled; only the window outline is displayed when the window is moved.

I found I need to define them in my code.

My question is: Is they any way to get the definitions from the pre-defined header files?(For example, we could get much definition by including windows.h)

Thanks!

rdp
asked on Stack Overflow Aug 18, 2020 by Bo Liu

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0