Source code of Windows XP (NT5)
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

  1. #define REMOTE_CONTROL_NAME TEXT("service")
  2. #define REMOTE_CONTROL_DISPLAY_NAME TEXT("Sample Remote Desktop Sharing Service")
  3. #define SZRDSGROUP "Salem RDS Users"
  4. // Remote Control Conference Descriptor
  5. #define RDS_CONFERENCE_DESCRIPTOR L"0x83b9dac69a45d111873500f8752571"
  6. // {38C25034-B467-43ae-80DF-912438185428}
  7. DEFINE_GUID(GUID_SAMPLEDATA,
  8. 0x38c25034, 0xb467, 0x43ae, 0x80, 0xdf, 0x91, 0x24, 0x38, 0x18, 0x54, 0x28);