p4com_i.c #1

  • //
  • guest/
  • robert_cowham/
  • perforce/
  • API/
  • p4com/
  • main/
  • src/
  • p4com_i.c
  • View
  • Commits
  • Open Download .zip Download (2 KB)

/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */

/* link this file in with the server and any clients */


 /* File created by MIDL compiler version 8.01.0628 */
/* at Mon Jan 18 21:14:07 2038
 */
/* Compiler settings for p4com.idl:
    Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.01.0628 
    protocol : all , ms_ext, c_ext, robust
    error checks: allocation ref bounds_check enum stub_data 
    VC __declspec() decoration level: 
         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
         DECLSPEC_UUID(), MIDL_INTERFACE()
*/
/* @@MIDL_FILE_HEADING(  ) */



#ifdef __cplusplus
extern "C"{
#endif 


#include <rpc.h>
#include <rpcndr.h>

#ifdef _MIDL_USE_GUIDDEF_

#ifndef INITGUID
#define INITGUID
#include <guiddef.h>
#undef INITGUID
#else
#include <guiddef.h>
#endif

#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
        DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)

#else // !_MIDL_USE_GUIDDEF_

#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

#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
        EXTERN_C __declspec(selectany) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}

#endif // !_MIDL_USE_GUIDDEF_

MIDL_DEFINE_GUID(IID, IID_Ip4,0xE7D963D4,0x7AC8,0x4B89,0xB7,0x68,0x16,0xF9,0x00,0xDB,0x2A,0x93);


MIDL_DEFINE_GUID(IID, LIBID_P4COM,0xBC5DA98A,0x3A2F,0x4458,0x86,0x66,0x22,0xED,0xB2,0x7C,0x62,0x58);


MIDL_DEFINE_GUID(CLSID, CLSID_p4,0x0709D2DF,0x09E0,0x4DBF,0xAE,0xCB,0x9B,0x99,0x70,0x06,0xC0,0xB4);

#undef MIDL_DEFINE_GUID

#ifdef __cplusplus
}
#endif



# Change User Description Committed
#1 33036 Robert Cowham Getting a 64 bit build going