Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

srm_SurfaceCoordinate.h

Go to the documentation of this file.
00001 /* SRM API
00002  *
00003  * SRM_SDK_VER_GOES_HERE
00004  *

00006  *

00008  *
00009  * SRM_OTHERS_GOES_HERE
00010  *

00012  */
00013 
00014 #ifndef SRM_SURFACECOORDINATE_H_INCLUDED
00015 #define SRM_SURFACECOORDINATE_H_INCLUDED
00016 
00017 #if !defined(_WIN32)
00018 #define EXPORT_DLL
00019 #elif !defined(EXPORT_DLL)
00020 #if defined(_LIB)
00021 #define EXPORT_DLL
00022 #elif defined(_USRDLL)
00023 #define EXPORT_DLL __declspec(dllexport)
00024 #else
00025 #define EXPORT_DLL __declspec(dllimport)
00026 #endif
00027 #endif /* _WIN32 && EXPORT_DLL */
00028 
00029 #include "srm.h"
00030 
00031 #ifdef __cplusplus
00032 extern "C" {
00033 #endif
00034 
00035 
00039 typedef struct {
00040    SRM_Destroy                               *Destroy;                                 
00041 } SRM_SurfaceCoordinate_Method_List;
00042 
00047 typedef struct {
00048    void                                      *state;                                   
00049    SRM_SurfaceCoordinate_Method_List         *methods;                                 
00050 } SRM_SurfaceCoordinate;
00051 
00052 
00053 #ifdef __cplusplus
00054 }
00055 #endif
00056 #endif /* #ifndef/define/endif for SRM_SURFACECOORDINATE_H_INCLUDED */

C API Version: 4.1.1 - 14 Jun 2007
Copyright © 2007 SEDRIS Docs by Doxygen 1.3.2