Windows-Server-2003/multimedia/directx/gamectrl/handler/hsvrguid.h

65 lines
2.4 KiB
C

// --------------------------------------------
// Servers GUID's
// Author : Guru Datta Venkatarama
// Date : 1/20/1997
// Project : ATLAS 1.0
// Notes : All the GUIDS here have been generated new as of 2/25/97. Hence
// They are guaranteed to be unique.
// {7854FB21-8EE3-11d0-A1AC-0000F8026977}
// {7854FB22-8EE3-11d0-A1AC-0000F8026977}
// {7854FB23-8EE3-11d0-A1AC-0000F8026977}
// {92187321-72B4-11d0-A1AC-0000F8026977}
// {92187322-72B4-11d0-A1AC-0000F8026977}
// {92187323-72B4-11d0-A1AC-0000F8026977}
// {92187323-72B4-11d0-A1AC-0000F8026977}
// {92187324-72B4-11d0-A1AC-0000F8026977}
// {92187325-72B4-11d0-A1AC-0000F8026977}
// {92187326-72B4-11d0-A1AC-0000F8026977}
// --------------------------------------------
// --------------------------------------------
// --------------------------------------------
#ifndef _HSVRGUID_
#define _HSVRGUID_
// These are the custom interfaces that we have defined
// {7854FB21-8EE3-11d0-A1AC-0000F8026977}
DEFINE_GUID(IID_IServerCharacteristics,
0x7854fb21, 0x8ee3, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
#ifndef _DX_CPL_
// {7854FB22-8EE3-11d0-A1AC-0000F8026977}
DEFINE_GUID(IID_IDIGameCntrlPropSheet,
0x7854fb22, 0x8ee3, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
#endif //_DX_CPL_
// --------------------------------------------
// --------------------------------------------
// {92187321-72B4-11d0-A1AC-0000F8026977}
DEFINE_GUID(CLSID_FlashServer,
0x92187321, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
// {92187322-72B4-11d0-A1AC-0000F8026977}
DEFINE_GUID(CLSID_MidasServer,
0x92187322, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
// {92187323-72B4-11d0-A1AC-0000F8026977}
DEFINE_GUID(CLSID_ShazamServer,
0x92187323, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
// {92187324-72B4-11d0-A1AC-0000F8026977}
DEFINE_GUID(CLSID_JoltServer,
0x92187324, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
// {92187325-72B4-11d0-A1AC-0000F8026977}
DEFINE_GUID(CLSID_JunoServer,
0x92187325, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
// {92187326-72B4-11d0-A1AC-0000F8026977}
DEFINE_GUID(CLSID_LegacyServer,
0x92187326, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
// --------------------------------------------
// --------------------------------------------
#endif
// -------------------------------------------------------------------EOF