Function SetCompleted
Synopsis
#include <include/opencallback.hpp>
STDMETHOD() SetCompleted(const UInt64 *files, const UInt64 *bytes)
Description
No description yet.
Source
Lines 46-48 in src/opencallback.cpp. Line 49 in include/opencallback.hpp.
STDMETHODIMP OpenCallback::SetCompleted( const UInt64* /* files */, const UInt64* /* bytes */ ) {
return S_OK;
}