Class Hierarchy   Class Index   Method Index  

IGCsourceMessageRequestCompletedEventOutputsDll.h

00001 #ifndef __IGC_SOURCE_MESSAGE_REQUEST_COMPLETED_EVENT_OUTPUTS_DLL_H__
00002 #define __IGC_SOURCE_MESSAGE_REQUEST_COMPLETED_EVENT_OUTPUTS_DLL_H__
00003 //--------------------------------------------------------------------------
00004 // Copyright (C) 1997-2009 iNTERFACEWARE Inc. All Rights Reserved.
00005 //
00006 // Module: IGCsourceMessageRequestCompletedEventOutputs
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:   Friday, September 11th, 2009 @ 02:14:06 PM
00017 // Revision: $Revision: 1.1 $
00018 //
00019 // Last Edit Date: $Date: 2009-09-14 18:52:21 $
00020 // Source: $Source: /home/cvs/cvsroot/IGC/IGCsourceMessageRequestCompletedEventOutputsDll.h,v $
00021 //--------------------------------------------------------------------------
00022 
00023 #include <IGC/IGCminimumInclude.h>
00024 
00025 #ifndef __IGC_SOURCE_MESSAGE_REQUEST_COMPLETED_EVENT_OUTPUTS_HANDLE_H__
00026 #define __IGC_SOURCE_MESSAGE_REQUEST_COMPLETED_EVENT_OUTPUTS_HANDLE_H__
00027 typedef void* IGCsourceMessageRequestCompletedEventOutputsHandle;
00028 #endif
00029 
00030 
00031 IGC_DLL_FUNC(IGCsourceMessageRequestCompletedEventOutputsCreate)
00032 (
00033    IGCsourceMessageRequestCompletedEventOutputsHandle* pResult
00034 );
00035 
00036 IGC_DLL_FUNC(IGCsourceMessageRequestCompletedEventOutputsAddRef)
00037 (
00038    IGCsourceMessageRequestCompletedEventOutputsHandle Handle
00039 );
00040 
00041 IGC_DLL_FUNC(IGCsourceMessageRequestCompletedEventOutputsRelease)
00042 (
00043    IGCsourceMessageRequestCompletedEventOutputsHandle Handle
00044 );
00045 #endif // end of defensive include