Bernhard Miklautz 0b902eeb5d wtsapi: add WTSStartRemoteControlSessionEx
WTSStartRemoteControlSession doesn't allow to specify additional flags
therefore add a new extended version WTSStartRemoteControlSessionEx
with an additional "flags" parameter.

The following flags are defined:

REMOTECONTROL_FLAG_DISABLE_KEYBOARD - disable keyboard input
REMOTECONTROL_FLAG_DISABLE_MOUSE    - disable mouse input
REMOTECONTROL_FLAG_DISABLE_INPUT    - disable input (keyboard and mouse)
2015-02-16 12:16:54 +01:00
..
2015-01-16 10:45:34 +01:00
2014-11-16 16:47:38 +01:00
2015-01-20 11:05:45 +01:00
2015-02-10 10:08:39 +01:00
2014-11-11 11:21:34 -05:00
2015-01-20 11:05:32 +01:00
2014-11-16 17:07:48 +01:00
2015-02-09 14:07:14 +01:00