ILMDVRSink::put_FolderCount Example for C++

void OnSetFolderCount(ILMDVRSink* pSink, int count)
{
   pSink->put_FolderCount(count);
}