ILMDVRSink::get_FolderName Example for C

void OnGetFolderName(ILMDVRSink* pSink)
{
   long index = 0;
   BSTR path;
   ILMDVRSink_get_FolderName(pSink, index, &path);
}