ITACDGroupEvent::get_Event method (tapi3.h)

The get_Event method gets the descriptor of an event which indicates that a new ACD group has been added.

Syntax

HRESULT get_Event(
  [out] ACDGROUP_EVENT *pEvent
);

Parameters

[out] pEvent

Pointer to ACDGROUP_EVENT descriptor of event.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The pEvent parameter is not a valid pointer.

Remarks

The ACDGE_NEW_GROUP and ACDGE_REMOVE_GROUP values are not currently supported.

Requirements

Requirement Value
Target Platform Windows
Header tapi3.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ACDGROUP_EVENT

ITACDGroupEvent