Virtual Channel Server Registration (Windows Embedded CE 6.0)
1/6/2010
This topic provides information on virtual channel server registration. For information about the virtual channel server application, see Virtual Channel Server Application.
Virtual Channel Server Registry Key
You must store the name of the virtual channel server application in the registry. Add a subkey to the following location in the registry.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\Addins\addin_key
The addin_key subkey can have any name. It must contain a REG_SZ value that indicates the symbolic name of the driver or program.
Name = ApplicationName
The addin_key subkey must also contain a REG_DWORD value that indicates the type of server application. It must have the following syntax:
Type = ApplicationType
ApplicationType must be the following value.
Value | Description |
---|---|
0 |
User-mode operation, session space. |
See Also
Concepts
Virtual Channels Implementation
Virtual Channel Server Application
Virtual Channel Client