23 lines
506 B
C
23 lines
506 B
C
//--------------------------------------------------------------------
|
|
// Microsoft OLE DB Test
|
|
//
|
|
// Copyright (C) 1995-2000 Microsoft Corporation
|
|
//
|
|
// @doc
|
|
//
|
|
// @module IRowSchemaChange.h | This module contains header information for
|
|
// OLE DB IRowSchemaChange interface Test
|
|
//
|
|
//
|
|
|
|
#ifndef _IROWSCHEMACHANGE_H_
|
|
#define _IROWSCHEMACHANGE_H_
|
|
|
|
|
|
#include "oledb.h" // OLE DB Header Files
|
|
#include "oledberr.h"
|
|
|
|
#include "privlib.h" // Private Library
|
|
|
|
|
|
#endif // _IROWSCHEMACHANGE_H_
|