ISymUnmanagedBinder::GetReaderForFile Method
.NET Framework 4.5
Given a metadata interface and a file name, returns the correct ISymUnmanagedReader structure that will read the debugging symbols associated with the module.
This method will open the program database (PDB) file only if it is next to the executable file. This change has been made for security purposes. If you need a more extensive search for the PDB file, use the ISymUnmanagedBinder2::GetReaderForFile2 method.
HRESULT GetReaderForFile(
[in] IUnknown *importer,
[in] const WCHAR *fileName,
[in] const WCHAR *searchPath,
[out, retval] ISymUnmanagedReader **pRetVal);