13 lines
443 B
C
13 lines
443 B
C
#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);
|