Files
Work/remoteps/remoteps_i.c
2024-08-07 09:16:27 -04:00

51 lines
1.1 KiB
C

/* 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 5.01.0164 */
/* at Tue Jun 10 07:16:23 2003
*/
/* Compiler settings for remoteps.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@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_IRemoteProcess = {0xBD20693E,0x8D8A,0x11D3,{0xB2,0xF0,0x00,0x50,0x04,0x3E,0xD4,0xDB}};
const IID LIBID_REMOTEPSLib = {0xBD206931,0x8D8A,0x11D3,{0xB2,0xF0,0x00,0x50,0x04,0x3E,0xD4,0xDB}};
const CLSID CLSID_CoRemoteProcess = {0xBD20693F,0x8D8A,0x11D3,{0xB2,0xF0,0x00,0x50,0x04,0x3E,0xD4,0xDB}};
#ifdef __cplusplus
}
#endif