You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.6 KiB
C
52 lines
1.6 KiB
C
2 years ago
|
#if !defined(AFX_FIELD_H__F270F0B8_1EB1_4803_B1C6_1ED81DC4A55B__INCLUDED_)
|
||
|
#define AFX_FIELD_H__F270F0B8_1EB1_4803_B1C6_1ED81DC4A55B__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.
|
||
|
|
||
|
|
||
|
// Dispatch interfaces referenced by this interface
|
||
|
class CCallback;
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// CField wrapper class
|
||
|
|
||
|
class CField : public COleDispatchDriver
|
||
|
{
|
||
|
public:
|
||
|
CField() {} // Calls COleDispatchDriver default constructor
|
||
|
CField(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
|
||
|
CField(const CField& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
|
||
|
|
||
|
// Attributes
|
||
|
public:
|
||
|
|
||
|
// Operations
|
||
|
public:
|
||
|
CString GetName();
|
||
|
void SetName(LPCTSTR lpszNewValue);
|
||
|
long GetWidth();
|
||
|
void SetWidth(long nNewValue);
|
||
|
long GetPrecision();
|
||
|
void SetPrecision(long nNewValue);
|
||
|
long GetType();
|
||
|
void SetType(long nNewValue);
|
||
|
long GetLastErrorCode();
|
||
|
CString GetErrorMsg(long ErrorCode);
|
||
|
CCallback GetGlobalCallback();
|
||
|
void SetGlobalCallback(LPDISPATCH newValue);
|
||
|
CString GetKey();
|
||
|
void SetKey(LPCTSTR lpszNewValue);
|
||
|
CField Clone();
|
||
|
};
|
||
|
|
||
|
//{{AFX_INSERT_LOCATION}}
|
||
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||
|
|
||
|
#endif // !defined(AFX_FIELD_H__F270F0B8_1EB1_4803_B1C6_1ED81DC4A55B__INCLUDED_)
|