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.
9 lines
261 B
9 lines
261 B
#ifndef _ACTIVERTPUIDS_H_
|
|
#define _ACTIVERTPUIDS_H_
|
|
|
|
// CLSID_RTPStreamsManager
|
|
// {CD59C044-AE58-11cf-B839-00AA0053A236}
|
|
DEFINE_GUID(CLSID_RTPStreamsManager,
|
|
0xcd59c044, 0xae58, 0x11cf, 0xb8, 0x39, 0x0, 0xaa, 0x0, 0x53, 0xa2, 0x36);
|
|
|
|
#endif _ACTIVERTPUIDS_H_
|