Class Hierarchy   Class Index   Method Index  

IGCdisconnectReasonDll.h

00001 #ifndef __IGC_DISCONNECT_REASON_DLL_H__
00002 #define __IGC_DISCONNECT_REASON_DLL_H__
00003 //--------------------------------------------------------------------------
00004 // Copyright (C) 1997-2009 iNTERFACEWARE Inc. All Rights Reserved.
00005 //
00006 // Module: IGCdisconnectReason
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:   Thursday, May 28th, 2009 @ 10:15:00 AM
00017 // Revision: $Revision: 1.3 $
00018 //
00019 // Last Edit Date: $Date: 2009-06-01 20:42:33 $
00020 // Source: $Source: /home/cvs/cvsroot/IGC/IGCdisconnectReasonDll.h,v $
00021 //--------------------------------------------------------------------------
00022 
00023 #include <IGC/IGCminimumInclude.h>
00024 
00025 #ifndef __IGC_DISCONNECT_REASON_HANDLE_H__
00026 #define __IGC_DISCONNECT_REASON_HANDLE_H__
00027 typedef void* IGCdisconnectReasonHandle;
00028 #endif
00029 
00030 
00031 IGC_DLL_FUNC(IGCdisconnectReasonCreate)
00032 (
00033    IGCdisconnectReasonHandle* pResult
00034 );
00035 
00036 IGC_DLL_FUNC(IGCdisconnectReasonAddRef)
00037 (
00038    IGCdisconnectReasonHandle Handle
00039 );
00040 
00041 IGC_DLL_FUNC(IGCdisconnectReasonRelease)
00042 (
00043    IGCdisconnectReasonHandle Handle
00044 );
00045 
00046 IGC_DLL_FUNC(IGCdisconnectReasonGetDueToIguana)
00047 (
00048    IGCdisconnectReasonHandle Handle,
00049    IGCboolean* pResult
00050 );
00051 
00052 IGC_DLL_FUNC(IGCdisconnectReasonGetDueToPlugin)
00053 (
00054    IGCdisconnectReasonHandle Handle,
00055    IGCboolean* pResult
00056 );
00057 
00058 IGC_DLL_FUNC(IGCdisconnectReasonGetDueToError)
00059 (
00060    IGCdisconnectReasonHandle Handle,
00061    IGCboolean* pResult
00062 );
00063 
00064 IGC_DLL_FUNC(IGCdisconnectReasonGetDescription)
00065 (
00066    IGCdisconnectReasonHandle Handle,
00067    const char** pResult
00068 );
00069 #endif // end of defensive include