?? beepcntmod.idl
字號:
// BeepCntMod.idl : IDL source for BeepCntMod.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (BeepCntMod.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(AE73F2F7-4E95-11D2-A2E1-00C04F8EE2AF),
dual,
helpstring("IBeepCnt Interface"),
pointer_default(unique)
]
interface IBeepCnt : IDispatch
{
[id(1), helpstring("method Beep")] HRESULT Beep();
[propget, id(0), helpstring("property Count")] HRESULT Count([out, retval] long *pVal);
[propput, id(0), helpstring("property Count")] HRESULT Count([in] long newVal);
};
[
uuid(170BBD8D-4DE8-11D2-A2E0-00C04F8EE2AF),
version(1.0),
helpstring("BeepCntMod 1.0 Type Library")
]
library BEEPCNTMODLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(AE73F2F8-4E95-11D2-A2E1-00C04F8EE2AF),
helpstring("BeepCnt Class")
]
coclass BeepCnt
{
[default] interface IBeepCnt;
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -