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.
Gets an AGENT_EVENT descriptor of the event that occurred.
Syntax
HRESULT get_Event(
[out] AGENT_EVENT *pEvent
);
Parameters
[out] pEvent
Pointer to AGENT_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. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3cc.h (include Tapi3.h) |
| Library | Uuid.lib |
| DLL | Tapi3.dll |