I read a short article on "why not to use ReleaseComObject" method on the Chris Brume's web log. However, it started by saying that the use of ReleaseCOMObject will release all refcounts at once, then it started explaining the method returns the number of refcounts and how application code should call ReleaseComObject until the method returns 0. I am confused as to whether to use the method or not. Can someone please explain about releaseComObject method?
Cheers Johnny Chung
