ILMDVRSink::get_FolderCount Example for C

void OnGetFolderCount(ILMDVRSink* pSink)
{
   long count;
   ILMDVRSink_get_FolderCount(pSink, &count);
}