ReactOS 0.4.15-dev-7834-g00c4b3d
ns.h
Go to the documentation of this file.
1#ifndef _SM_NS_H_
2#define _SM_NS_H_
3
4#define SM_REGISTRY_ROOT_NAME L"\\Session Manager"
5#define SM_REGISTRY_SUBSYSTEMS_NAME L"SubSystems"
6
7#define SM_API_PORT_NAME L"\\SmApiPort"
8#define SM_DBGSS_PORT_NAME L"\\DbgSsApiPort"
9#define SM_DBGUI_PORT_NAME L"\\DbgUiApiPort"
10
11#endif //_SM_NS_H_