avprop.idl
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- // avprop.idl : IDL source for avprop.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (avprop.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- [
- uuid(E14BB48E-3183-11D2-BE3C-3078302C2030),
- helpstring("IDummyInterface Interface"),
- pointer_default(unique)
- ]
- interface IDummyInterface : IUnknown
- {
- };
- [
- uuid(E14BB47F-3183-11D2-BE3C-3078302C2030),
- version(1.0),
- helpstring("avprop 1.0 Type Library")
- ]
- library AVPROPLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(E14BB48F-3183-11D2-BE3C-3078302C2030),
- helpstring("AVFilePropServer Class")
- ]
- coclass AVFilePropServer
- {
- [default] interface IDummyInterface;
- };
- };
English
