// // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved // #if !defined(AFX_HMMV_H__707E3243_98EE_11D1_AA0A_0060081EBBAD__INCLUDED_) #define AFX_HMMV_H__707E3243_98EE_11D1_AA0A_0060081EBBAD__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. ///////////////////////////////////////////////////////////////////////////// // CHmmv wrapper class class CHmmv : public CWnd { protected: DECLARE_DYNCREATE(CHmmv) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x5b3572ab, 0xd344, 0x11cf, { 0x99, 0xcb, 0x0, 0xc0, 0x4f, 0xd6, 0x44, 0x97 } }; 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: VARIANT GetObjectPath(); void SetObjectPath(const VARIANT&); SCODE GetSc(); void SetSc(SCODE); CString GetNameSpace(); void SetNameSpace(LPCTSTR); // property 'StudioModeEnabled' not emitted because of invalid type long GetReadyState(); // Operations public: void ShowInstances(LPCTSTR szTitle, const VARIANT& varPathArray); // method 'SaveState' not emitted because of invalid return type or parameter type void QueryViewInstances(LPCTSTR pLabel, LPCTSTR pQueryType, LPCTSTR pQuery, LPCTSTR pClass); }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_HMMV_H__707E3243_98EE_11D1_AA0A_0060081EBBAD__INCLUDED_)