ITRequestEvent::get_Comment method (tapi3if.h)
The get_Comment method gets the comment.
Syntax
HRESULT get_Comment(
[out] BSTR *ppComment
);
Parameters
[out] ppComment
Pointer to a BSTR containing the comment.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
The ppComment is not a valid pointer. |
|
Insufficient memory exists to perform the operation. |
Remarks
The application must use SysFreeString to free the memory allocated for the ppComment parameter.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |