ILMDVRSink::get_FolderCount Example for C++

void CDVRSinkDlg::OnGetFolderCount(ILMDVRSink* pSink)
{
   long count;
   pSink-> get_FolderCount  (&count);
}