Write/Read |
About Analyzer Events |
Description |
Sets event filtering to monitor NO eventst. |
VB Syntax |
app.DisallowAllEvents |
Variable |
(Type) - Description |
app |
An Application (object) |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
app.DisallowAllEvents |
C++ Syntax |
HRESULT DisallowAllEvents() |
Interface |
IApplication |