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.
56 lines
1.2 KiB
56 lines
1.2 KiB
/* this file contains the actual definitions of */
|
|
/* the IIDs and CLSIDs */
|
|
|
|
/* link this file in with the server and any clients */
|
|
|
|
|
|
/* File created by MIDL compiler version 3.01.75 */
|
|
/* at Mon Nov 23 13:59:17 1998
|
|
*/
|
|
/* Compiler settings for LaunchServ.idl:
|
|
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
|
|
error checks: none
|
|
*/
|
|
//@@MIDL_FILE_HEADING( )
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
|
|
#ifndef __IID_DEFINED__
|
|
#define __IID_DEFINED__
|
|
|
|
typedef struct _IID
|
|
{
|
|
unsigned long x;
|
|
unsigned short s1;
|
|
unsigned short s2;
|
|
unsigned char c[8];
|
|
} IID;
|
|
|
|
#endif // __IID_DEFINED__
|
|
|
|
#ifndef CLSID_DEFINED
|
|
#define CLSID_DEFINED
|
|
typedef IID CLSID;
|
|
#endif // CLSID_DEFINED
|
|
|
|
const IID IID_ILaunchTS = {0x131CC2A0,0x7634,0x11D1,{0x8B,0x6B,0x00,0x60,0x08,0x9B,0xD8,0xC4}};
|
|
|
|
|
|
const IID IID_ITShootATL = {0x66AC81E5,0x8926,0x11D1,{0x8B,0x7D,0x00,0x60,0x08,0x9B,0xD8,0xC4}};
|
|
|
|
|
|
const IID LIBID_LAUNCHSERVLib = {0x131CC291,0x7634,0x11D1,{0x8B,0x6B,0x00,0x60,0x08,0x9B,0xD8,0xC4}};
|
|
|
|
|
|
const CLSID CLSID_LaunchTS = {0x131CC2A1,0x7634,0x11D1,{0x8B,0x6B,0x00,0x60,0x08,0x9B,0xD8,0xC4}};
|
|
|
|
|
|
const CLSID CLSID_TShootATL = {0x66AC81E6,0x8926,0x11D1,{0x8B,0x7D,0x00,0x60,0x08,0x9B,0xD8,0xC4}};
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|