|
|
OCHasEvents(p_AreaVar)
This function tests if the Ole object has events.
If the return value is 0 , then the Ole object doesn't have events.
Parameters
| Parameter |
Type |
|
Description |
| p_AreaVar |
Longint |
-> |
Variable
of the plug-in area.
|
Return Values
0-the events cannot be accessed using the plug-in.
1-the events can be accessed. |
|