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.

9 lines
261 B

  1. #ifndef _ACTIVERTPUIDS_H_
  2. #define _ACTIVERTPUIDS_H_
  3. // CLSID_RTPStreamsManager
  4. // {CD59C044-AE58-11cf-B839-00AA0053A236}
  5. DEFINE_GUID(CLSID_RTPStreamsManager,
  6. 0xcd59c044, 0xae58, 0x11cf, 0xb8, 0x39, 0x0, 0xaa, 0x0, 0x53, 0xa2, 0x36);
  7. #endif _ACTIVERTPUIDS_H_