Class Hierarchy   Class Index   Method Index  

IGCcharacterEncodingDll.h

00001 #ifndef __IGC_CHARACTER_ENCODING_DLL_H__
00002 #define __IGC_CHARACTER_ENCODING_DLL_H__
00003 //--------------------------------------------------------------------------
00004 // Copyright (C) 1997-2009 iNTERFACEWARE Inc. All Rights Reserved.
00005 //
00006 // Module: IGCcharacterEncoding
00007 //
00008 // Description:
00009 //
00010 // DLL interface definition.
00011 //
00012 // This file is automatically generated.
00013 // DO NOT EDIT.
00014 //
00015 // Author: codegen2
00016 // Date:   Wednesday, July 29th, 2009 @ 02:27:50 PM
00017 // Revision: $Revision: 1.2 $
00018 //
00019 // Last Edit Date: $Date: 2009-08-28 20:56:42 $
00020 // Source: $Source: /home/cvs/cvsroot/IGC/IGCcharacterEncodingDll.h,v $
00021 //--------------------------------------------------------------------------
00022 
00023 #include <IGC/IGCminimumInclude.h>
00024 
00025 IGC_DLL_FUNC(IGCcharacterEncodingSetCharacterEncoding)
00026 (
00027    const char* CharacterEncoding
00028 );
00029 
00030 IGC_DLL_FUNC(IGCcharacterEncodingGetCharacterEncoding)
00031 (
00032    const char** pResult
00033 );
00034 #endif // end of defensive include