📄 dispatch.cpp
字号:
// Machine generated IDispatch wrapper
// class(es) created with ClassWizard
#include "stdafx.h"
#include "dispatch.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////////////////////////////////
// IDispatcher properties
long IDispatcher::GetBeepType()
{
long result;
GetProperty(0x1, VT_I4, (void*)&result);
return result;
}
void IDispatcher::SetBeepType(long propVal)
{
SetProperty(0x1, VT_I4, propVal);
}
//////////////////////////////////////
// IDispatcher operations
void IDispatcher::Beep()
{
InvokeHelper(0x2, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -