This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/sqlresid.h

23 lines
907 B
C

/////////////////////////////////////////////////////////////////////////////////////////
// Header file for Replication Custom Resolver Component Object Interface IIDs.
// Copyright 1994-1997 Microsoft Corporation.
/////////////////////////////////////////////////////////////////////////////////////////
#ifndef SQLRESID_H_
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define SQLRESID_H_
// {FC2F91C1-1CA2-11d0-A11B-00AA003E4672}
DEFINE_GUID(IID_ICustomResolver, 0xfc2f91c1, 0x1ca2, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
// {FC2F91C2-1CA2-11d0-A11B-00AA003E4672}
DEFINE_GUID(IID_IReplRowChange, 0xfc2f91c2, 0x1ca2, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
// {37E95A52-1CA3-11d0-A11B-00AA003E4672}
DEFINE_GUID(IID_IConnectionInfo, 0x37e95a52, 0x1ca3, 0x11d0, 0xa1, 0x1b, 0x0, 0xaa, 0x0, 0x3e, 0x46, 0x72);
#pragma option pop /*P_O_Pop*/
#endif /* SQLRESID_H_ */