#if !defined(AFX_LTPACKET_H__2A9FD7CC_32F1_4CBB_A5E0_982905E0574A__INCLUDED_) #define AFX_LTPACKET_H__2A9FD7CC_32F1_4CBB_A5E0_982905E0574A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CLTInetPacket wrapper class class CLTInetPacket : public COleDispatchDriver { public: CLTInetPacket() {} // Calls COleDispatchDriver default constructor CLTInetPacket(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTInetPacket(const CLTInetPacket& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetParamCount(); void SetParamCount(long nNewValue); VARIANT GetParamValue(long nIndex); void SetParamValue(long nIndex, const VARIANT& newValue); long GetParamType(long nIndex); void SetParamType(long nIndex, long nNewValue); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LTPACKET_H__2A9FD7CC_32F1_4CBB_A5E0_982905E0574A__INCLUDED_)