ULONG Release();
Decreases the object's reference count by 1.
·Returns the new reference count.
The object deallocates itself when its reference count reaches 0. Use the AddRef method to increase the object's reference count by 1.
This method is part of the IUnknown interface inherited by the object.