25 lines
564 B
C
25 lines
564 B
C
//--------------------------------------------------------------------
|
|
// Microsoft OLE DB Test
|
|
//
|
|
// Copyright (C) 1995-2000 Microsoft Corporation
|
|
//
|
|
// @doc
|
|
//
|
|
// @module IRowChange.h | This module contains header information for
|
|
// OLE DB IRowChange interface Test
|
|
//
|
|
// @rev 01 | 07-17-96 | Microsoft | Created
|
|
// @rev 02 | 12-01-96 | Microsoft | Updated
|
|
//
|
|
|
|
#ifndef _IROWCHANGE_H_
|
|
#define _IROWCHANGE_H_
|
|
|
|
|
|
#include "oledb.h" // OLE DB Header Files
|
|
#include "oledberr.h"
|
|
|
|
#include "privlib.h" // Private Library
|
|
|
|
|
|
#endif // _IROWCHANGE_H_
|