Write/Read |
About Analyzer Events |
Description |
Sets event filtering to monitor specific events. |
VB Syntax |
app.AllowEventMessage event |
Variable |
(Type) - Description |
app |
An Application (object) |
event |
Event to monitor. Refer to list in Working with the Analyzer's Events |
state |
(boolean) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.AllowEventMessage |
C++ Syntax |
HRESULT AllowEventMessage( tagNAEventID eventID, VARIANT_BOOL bAllow) |
Interface |
IApplication |