INFO: No Need to Release the INmCall Object Immediately (195948)



The information in this article applies to:

  • Microsoft Platform Software Development Kit (SDK) 1.0

This article was previously published under Q195948

SUMMARY

Do I have to release the INmCall object immediately?

Other than tying up memory, you do not have an immediate need to release the INmCall interface. Currently the underlying object is relatively small, although there are no guarantees that it will stay that way. Because the object does not contain that much useful information after the call is completed, you may want to copy any useful information to another object.

Modification Type:MinorLast Reviewed:7/11/2005
Keywords:kbinfo KB195948