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 |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
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 |