home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 32 / IOPROG_32.ISO / SOFT / SqlEval7 / devtools / include / sqlresid.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-27  |  848 b   |  21 lines

  1. /////////////////////////////////////////////////////////////////////////////////////////
  2. // Header file for Replication Custom Resolver Component Object Interface IIDs.
  3. // Copyright 1994-1997 Microsoft Corporation.
  4. /////////////////////////////////////////////////////////////////////////////////////////
  5.  #ifndef SQLRESID_H_
  6. #define SQLRESID_H_
  7.  
  8. // {FC2F91C1-1CA2-11d0-A11B-00AA003E4672}
  9. DEFINE_GUID(IID_ICustomResolver, 0xfc2f91c1, 0x1ca2, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
  10.  
  11. // {FC2F91C2-1CA2-11d0-A11B-00AA003E4672}
  12. DEFINE_GUID(IID_IReplRowChange, 0xfc2f91c2, 0x1ca2, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
  13.  
  14. // {37E95A52-1CA3-11d0-A11B-00AA003E4672}
  15. DEFINE_GUID(IID_IConnectionInfo, 0x37e95a52, 0x1ca3, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
  16.  
  17. #endif /* SQLRESID_H_ */
  18.  
  19.  
  20.  
  21.