Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AddRef method increments the stream-hander or file-handler reference count.
STDMETHODIMP_(ULONG) CAVIFileCF::AddRef()
{
return ++m_refs;
}