IUnknown::Release(); in VB6
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
-
Hello, In VB6 I can create instance of com server using early binding like this: Public Srv As Lib.Server Set Srv = Lib.Server How to destroy it explicitly? How to call IUnknown::Release(); method explicitly from VB6? Please help. Regards, Leonid
I think you set Srv to equal nothing, or whatevre you guys call NULL.
Christian Graus - C++ MVP