共用方式為


ITRequestEvent::get_Comment 方法 (tapi3if.h)

get_Comment方法會取得批注。

語法

HRESULT get_Comment(
  [out] BSTR *ppComment
);

參數

[out] ppComment

包含批注的 BSTR 指標。

傳回值

這個方法可以傳回下列其中一個值。

傳回碼 描述
S_OK
方法成功。
E_POINTER
ppComment 不是有效的指標。
E_OUTOFMEMORY
記憶體不足,無法執行作業。

備註

應用程式必須使用 SysFreeString 來釋放配置給 ppComment 參數的記憶體。

規格需求

需求
目標平台 Windows
標頭 tapi3if.h (包括 Tapi3.h)
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

ITRequestEvent