home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / sqlresid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  929 b   |  23 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. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  7. #define SQLRESID_H_
  8.  
  9. // {FC2F91C1-1CA2-11d0-A11B-00AA003E4672}
  10. DEFINE_GUID(IID_ICustomResolver, 0xfc2f91c1, 0x1ca2, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
  11.  
  12. // {FC2F91C2-1CA2-11d0-A11B-00AA003E4672}
  13. DEFINE_GUID(IID_IReplRowChange, 0xfc2f91c2, 0x1ca2, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
  14.  
  15. // {37E95A52-1CA3-11d0-A11B-00AA003E4672}
  16. DEFINE_GUID(IID_IConnectionInfo, 0x37e95a52, 0x1ca3, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
  17.  
  18. #pragma option pop /*P_O_Pop*/
  19. #endif /* SQLRESID_H_ */
  20.  
  21.  
  22.  
  23.