mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
443 B
12 lines
443 B
#define REMOTE_CONTROL_NAME TEXT("service")
|
|
#define REMOTE_CONTROL_DISPLAY_NAME TEXT("Sample Remote Desktop Sharing Service")
|
|
|
|
#define SZRDSGROUP "Salem RDS Users"
|
|
|
|
// Remote Control Conference Descriptor
|
|
#define RDS_CONFERENCE_DESCRIPTOR L"0x83b9dac69a45d111873500f8752571"
|
|
|
|
|
|
// {38C25034-B467-43ae-80DF-912438185428}
|
|
DEFINE_GUID(GUID_SAMPLEDATA,
|
|
0x38c25034, 0xb467, 0x43ae, 0x80, 0xdf, 0x91, 0x24, 0x38, 0x18, 0x54, 0x28);
|