foobar2000 SDK
2015-08-03
|
#include <win-objects.h>
Public Member Functions | |
ULONG STDMETHODCALLTYPE | Release () |
TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD (ImplementCOMRefCounter, TBase) ULONG STDMETHODCALLTYPE AddRef() | |
Protected Member Functions | |
virtual | ~ImplementCOMRefCounter () |
Private Attributes | |
pfc::refcounter | m_refcounter |
Simple implementation of a COM reference counter. The initial reference count is zero, so it can be used with pfc::com_ptr_t<> with plain operator=/constructor rather than attach().
Definition at line 250 of file win-objects.h.
|
inlineprotectedvirtual |
Definition at line 262 of file win-objects.h.
|
inline |
Definition at line 256 of file win-objects.h.
|
inline |
Definition at line 252 of file win-objects.h.
|
private |
Definition at line 264 of file win-objects.h.