?? vbsdrop.idl
字號:
// VBSDrop.idl : IDL source for VBSDrop.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (VBSDrop.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(669A196D-8144-11D2-8CDB-205850C10000),
dual,
helpstring("IWSHUIDrop Interface"),
pointer_default(unique)
]
interface IWSHUIDrop : IDispatch
{
};
[
uuid(669A1961-8144-11D2-8CDB-205850C10000),
version(1.0),
helpstring("VBSDrop 1.0 Type Library")
]
library VBSDROPLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(669A196E-8144-11D2-8CDB-205850C10000),
helpstring("WSHUIDrop Class")
]
coclass WSHUIDrop
{
[default] interface IWSHUIDrop;
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -