dsfCMMLRawSource.cpp

Go to the documentation of this file.
00001 // dsfCMMLRawSource.cpp : Defines the entry point for the DLL application.
00002 //
00003 
00004 #include "stdafx.h"
00005 #include "dsfCMMLRawSource.h"
00006 BOOL APIENTRY DllMain( HANDLE hModule, 
00007                        DWORD  ul_reason_for_call, 
00008                        LPVOID lpReserved
00009                                          )
00010 {
00011         switch (ul_reason_for_call)
00012         {
00013         case DLL_PROCESS_ATTACH:
00014         case DLL_THREAD_ATTACH:
00015         case DLL_THREAD_DETACH:
00016         case DLL_PROCESS_DETACH:
00017                 break;
00018         }
00019     return TRUE;
00020 }
00021 
00022 // This is an example of an exported variable
00023 DSFCMMLRAWSOURCE_API int ndsfCMMLRawSource=0;
00024 
00025 // This is an example of an exported function.
00026 DSFCMMLRAWSOURCE_API int fndsfCMMLRawSource(void)
00027 {
00028         return 42;
00029 }
00030 
00031 // This is the constructor of a class that has been exported.
00032 // see dsfCMMLRawSource.h for the class definition
00033 CdsfCMMLRawSource::CdsfCMMLRawSource()
00034 { 
00035         return; 
00036 }

Generated on Tue Feb 15 14:54:12 2005 for oggdsf by  doxygen 1.3.9