import "MiKTeX206-session.idl";
Inheritance diagram for ISession2:
Public Member Functions | |
HRESULT | FindFile ([in] BSTR fileName,[out] BSTR *path,[out, retval] VARIANT_BOOL *found) |
Find a file. |
This interface provides MiKTeX core functionality.
HRESULT ISession2::FindFile | ( | [in] BSTR | fileName, | |
[out] BSTR * | path, | |||
[out, retval] VARIANT_BOOL * | found | |||
) |
Find a file.
[in] | fileName | The name of the file (e.g. "ptmr.vf"). |
[out] | path | The fully qualified path to the file. |