CMvcViewport::Release

ULONG CMvcViewport::Release(void)

Release a reference to this object.

Defined in: MvcViewport.h

Return Value

New reference count value.

Comments

The CMvcViewport template does not implement reference counting. This function does nothing and returns 0. Derived classes can implement reference counting by overriding AddRef and Release.