Autodesk FDO Provider for SQL Server API Reference

SQLServer Provider API

API Reference Autodesk FDO Provider for SQL Server

SqlServerOv.h

Go to the documentation of this file.
00001 //
00002 // (C) Copyright 1990-2005 by Autodesk, Inc.
00003 //
00004 //
00005 //
00006 // By using this code, you are agreeing to the terms
00007 // and conditions of the License Agreement that appeared
00008 // and was accepted upon download or installation
00009 // (or in connection with the download or installation)
00010 // of the Autodesk software in which this code is included.
00011 // All permissions on use of this code are as set forth
00012 // in such License Agreement provided that the above copyright
00013 // notice appears in all authorized copies and that both that
00014 // copyright notice and the limited warranty and
00015 // restricted rights notice below appear in all supporting
00016 // documentation.
00017 //
00018 // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
00019 // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
00020 // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
00021 // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
00022 // UNINTERRUPTED OR ERROR FREE.
00023 //
00024 // Use, duplication, or disclosure by the U.S. Government is subject to
00025 // restrictions set forth in FAR 52.227-19 (Commercial Computer
00026 // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
00027 // (Rights in Technical Data and Computer Software), as applicable.
00028 //
00029 
00030 #ifndef FDOSQLSERVER_OV_H
00031 #define FDOSQLSERVER_OV_H
00032 #ifdef _WIN32
00033 #pragma once
00034 #endif
00035 
00036 // The following ifdef block is the standard way of creating macros which make exporting
00037 // from a DLL simpler. All files within this DLL are compiled with the FDOSQLSERVER_OV_EXPORTS
00038 // symbol defined.  The FDO_EXPORTS symbol should not be defined on any project
00039 // that uses this DLL. This way any other project whose source files include this file see
00040 // FDOSQLSERVER_OV_API functions as being imported from a DLL, whereas this DLL sees symbols
00041 // defined with this macro as being exported.
00042 #ifdef _WIN32
00043 #ifdef FDOSQLSERVER_OV_EXPORTS
00044 #define FDOSQLSERVER_OV_API __declspec(dllexport)
00045 #else
00046 #define FDOSQLSERVER_OV_API __declspec(dllimport)
00047 #endif
00048 #else
00049 #define FDOSQLSERVER_OV_API
00050 #endif
00051 
00052 #endif // FDOSQLSERVER_OV_H
00053 
00054 

Comments?