async_uuid
指定处理 MIDL 编译器定义 COM 接口的同步和异步版本的 UUID。
[async_uuid (
uuid
)]
参数
- uuid
标识接口的版本的 UUID。
备注
async_uuid C++ 特性具有与 async_uuid MIDL 属性相同。
示例
// cpp_attr_ref_async_uuid.cpp
// compile with: /LD
#include <Windows.h>
[module(name="Test")];
[object, uuid("9e66a290-4365-11d2-a997-00c04fa37ddb"),
async_uuid("e8583106-38fd-487e-912e-4fc8645c677e")]
__interface ICustom {
HRESULT Custom([in] long l, [out, retval] long *pLong);
};
要求
属性上下文
适用对象 |
interface |
可重复 |
否 |
必需的特性 |
无 |
无效的特性 |
双, dispinterface |
有关属性上下文的更多信息,请参见 属性上下文。