#if !defined(AFX_LTINETPACKET_H__360C4CD1_99F5_11D4_B81D_0050DA6A9C21__INCLUDED_) #define AFX_LTINETPACKET_H__360C4CD1_99F5_11D4_B81D_0050DA6A9C21__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 Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LTINETPACKET_H__360C4CD1_99F5_11D4_B81D_0050DA6A9C21__INCLUDED_)