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!
User contributions licensed under CC BY-SA 3.0