ITAgentHandlerEvent::get_Event method (tapi3cc.h)
The get_Event method gets the description for the event that has occurred.
Syntax
HRESULT get_Event(
[out] AGENTHANDLER_EVENT *pEvent
);
Parameters
[out] pEvent
Pointer to the AGENTHANDLER_EVENT descriptor.
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 |