IVoIPCurrentCall2::IsConferenceParticipant (Windows CE 5.0)
This method returns whether or not this call is a participant in a conference.
HRESULT get_IsConferenceParticipant(
[out, retval] VARIANT_BOOL *pbConfParticipant);
Parameters
- pbConfParticipant
[out, retval] Pointer to a caller-allocated VARIANT_BOOL that this method uses to return whether or not this call is a participant in a conference. If this call is part of a conference, on return the memory location to which this address points contains VARIANT_TRUE. If this call is not part of a conference, it contains VARIANT_FALSE.
Return Values
The following table shows possible return values.
Value | Description |
---|---|
E_POINTER | The pbConfParticipant pointer is NULL. |
S_OK | The conference participant status was returned correctly. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Voipmanager.h, Voipmanager.idl.
Link Library: Voipguid.lib.
See Also
IVoIPCurrentCall2 | VAIL Call Conferencing
Send Feedback on this topic to the authors