ILMDVRSink::get_FolderName Example for C

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