21 lines
498 B
C
21 lines
498 B
C
//--------------------------------------------------------------------
|
|
// Microsoft OLE DB Test
|
|
//
|
|
// Copyright 1995-2000 Microsoft Corporation.
|
|
//
|
|
// @doc
|
|
//
|
|
// @module IDataInitialize.h | This module contains header information for
|
|
// OLE DB IDataInitialize interface Test
|
|
//
|
|
//
|
|
|
|
#ifndef _IDATAINITIALIZE_H_
|
|
#define _IDATAINITIALIZE_H_
|
|
|
|
#include "oledb.h" // OLE DB Header Files
|
|
#include "oledberr.h"
|
|
|
|
#include "privlib.h" // Private Library
|
|
|
|
#endif // _IDATAINITIALIZE_H_
|