//------------------------------------------------------------ // Microsoft OLE DB Test // // Copyright (C) 1995-2000 Microsoft Corporation // // @doc // // @module IBINDRESOURCE.H | Header file for IBindResource test module. // // @rev 01 | 09-22-98 | Microsoft | Created // #ifndef _IBINDRESOURCE_H_ #define _IBINDRESOURCE_H_ /////////////////////////////////////////////////////////////// // Includes // /////////////////////////////////////////////////////////////// #include "oledb.h" // OLE DB Header Files #include "oledberr.h" #include "privlib.h" // Private Library /////////////////////////////////////////////////////////////// //Defines // /////////////////////////////////////////////////////////////// //Number of New URLs for testing CreateRow (1 to 99) #define NEWURLS 25 //Print the URL (from m_rgURLs) on which the test failed. #define OUTPUT_FAILEDURL(ulIndex) \ if(TESTB==TEST_FAIL) \ odtLog<