COMEventEnable method |
|
Remarks
Enables management of a specific type of COM event for legacy COM clients like Visual Basic 6 which are not fully compatible with the usage.of delegates and callbacks.
It's strongly recommended to avoid the usage of this method when developing through Visual Studio .NET.
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 COMEventEnable ( nEventType as enumEventTypes ) |
[C#] public void COMEventEnable ( enumEventTypes nEventType ); |
[C++] public: void COMEventEnable ( enumEventTypes nEventType ); |
Parameter |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nEventType |
Number representing the instance of the BASS module whose handle is needed. Supported values are the following:
|
Return value
None