Consider the following scenario:
- You have a Windows Embedded Compact 7 OS design that includes the SYSGEN_DSHOW_WMT_ASXV1 variable.
- You add the ASX v1 and M3U File Support catalog item so that the OS supports the .m3u playlist file format.
- An application calls the IGraphBuilder::RenderFile method to render an invalid .m3u file that contains the same file name in its content. For example, an application includes the following code to play the sample.m3u file:Additionally, the sample.m3u file has the following content:
hr = pGraph->RenderFile(L"Hard Disk\\sample.m3u", NULL);
sample.m3u