_graph.h
来自「HDD benchmark tool - microsoft visual C+」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX__GRAPH_H__B7F78A4C_54D3_11D5_996A_00105A9B8D8E__INCLUDED_)
#define AFX__GRAPH_H__B7F78A4C_54D3_11D5_996A_00105A9B8D8E__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.
/////////////////////////////////////////////////////////////////////////////
// C_Graph wrapper class
class C_Graph : public CWnd
{
protected:
DECLARE_DYNCREATE(C_Graph)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0xb4e0764d, 0xf5ae, 0x11d3, { 0xbf, 0xac, 0x0, 0xe0, 0x98, 0x4, 0x37, 0xda } };
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:
// Operations
public:
void SetSpec(BSTR* id, VARIANT* newValue);
VARIANT GetSpec(BSTR* id);
void Control(BSTR* id, VARIANT* var);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX__GRAPH_H__B7F78A4C_54D3_11D5_996A_00105A9B8D8E__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?