//-------------------------------------------------------------------- // Microsoft OLE DB Sample Provider // (C) Copyright 1991 - 1999 Microsoft Corporation. All Rights Reserved. // // @doc // // @module COMMON.H | common global functions // // #ifndef _COMMON_H_ #define _COMMON_H_ BOOL IsEqualDBID ( const DBID * px, const DBID * py ); #endif