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 |
可重複 |
否 |
必要的屬性 |
None |
無效的屬性 |
雙重, 分配介面 |
如需有關屬性內容的詳細資訊,請參閱屬性內容。