Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method returns whether or not this call is the host of a conference.
HRESULT get_IsConferenceHost(
[out, retval] VARIANT_BOOL *pbConfHost);
Parameters
- pbConfHost
[out, retval] Pointer to a caller-allocated VARIANT_BOOL that this method uses to return whether or not this call is a conference host. If this call is a conference host, on return the memory location to which this address points contains VARIANT_TRUE . If this call is not a conference host, it contains VARIANT_FALSE.
Return Values
The following table shows possible return values.
Value | Description |
---|---|
E_POINTER | The pbConfHost pointer is NULL. |
S_OK | The conference host 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