ILMDVRSource::get_FolderCount Example for C

void OnGetFolderCount(ILMDVRSource* pSource)
{
   long count;
   ILMDVRSource_get_FolderCount (pSource, &count);
}