57 lines
1.7 KiB
C++
57 lines
1.7 KiB
C++
// 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 COleFont;
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CLogUI wrapper class
|
|
|
|
class CLogUI : public CWnd
|
|
{
|
|
protected:
|
|
DECLARE_DYNCREATE(CLogUI)
|
|
public:
|
|
CLSID const& GetClsid()
|
|
{
|
|
static CLSID const clsid
|
|
= { 0xba634603, 0xb771, 0x11d0, { 0x92, 0x96, 0x0, 0xc0, 0x4f, 0xb6, 0x67, 0x8b } };
|
|
return clsid;
|
|
}
|
|
virtual BOOL Create(LPCTSTR lpszClassName,
|
|
LPCTSTR lpszWindowName, DWORD dwStyle,
|
|
const RECT& rect,
|
|
CWnd* pParentWnd, UINT nID,
|
|
CCreateContext* pContext = NULL)
|
|
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
|
|
|
|
BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
|
|
const RECT& rect, CWnd* pParentWnd, UINT nID,
|
|
CFile* pPersist = NULL, BOOL bStorage = FALSE,
|
|
BSTR bstrLicKey = NULL)
|
|
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
|
|
pPersist, bStorage, bstrLicKey); }
|
|
|
|
// Attributes
|
|
public:
|
|
CString GetCaption();
|
|
void SetCaption(LPCTSTR);
|
|
COleFont GetFont();
|
|
void SetFont(LPDISPATCH);
|
|
BOOL GetEnabled();
|
|
void SetEnabled(BOOL);
|
|
short GetBorderStyle();
|
|
void SetBorderStyle(short);
|
|
|
|
// Operations
|
|
public:
|
|
void SetAdminTarget(LPCTSTR szMachineName, LPCTSTR szMetaTarget);
|
|
void ApplyLogSelection();
|
|
void SetComboBox(HWND hComboBox);
|
|
void Terminate();
|
|
void DoClick();
|
|
};
|