COMEventsEnable method |
|
Remarks
Enables management of COM events for legacy COM clients like Visual Basic 6 which are not fully compatible with the usage.of delegates and callbacks.
See the Events for Visual Basic 6 COM interoperability section for the full list of available events.
For further details about callback delegates see the How to synchronize the container application with the API tutorial.
Syntax
[Visual Basic] Public Sub COMEventsEnable ( ) |
[C#] public void COMEventsEnable ( ); |
[C++] public: void COMEventsEnable ( ); |