28 lines
667 B
C
28 lines
667 B
C
//--------------------------------------------------------------------
|
|
// Microsoft OLE DB Test
|
|
//
|
|
// Copyright (C) 1995-2000 Microsoft Corporation
|
|
//
|
|
// @doc
|
|
//
|
|
// @module IROWPOS.H | Header file for IRowPos.cpp.
|
|
//
|
|
//
|
|
|
|
#ifndef _IROWPOS_H_
|
|
#define _IROWPOS_H_
|
|
|
|
#include "oledb.h" // OLE DB Header Files
|
|
#include "oledberr.h"
|
|
#include "msdadc.h" //CLSID_RowPosition
|
|
|
|
#include "privlib.h" //include private library, which includes
|
|
//the "transact.h"
|
|
|
|
//-----------------------------------------------------------------------------
|
|
// String constants
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
#endif //_IROWPOS_H_
|