MiKTeX 2.9
Public Member Functions
ISession2 Interface Reference

The MiKTeX session interface (version 2). More...

import "MiKTeX209-session.idl";

Inheritance diagram for ISession2:
ISession

List of all members.

Public Member Functions

HRESULT FindFile ([in] BSTR fileName,[out] BSTR *path,[out, retval] VARIANT_BOOL *found)
 Find a file.

Detailed Description

The MiKTeX session interface (version 2).

This interface provides MiKTeX core functionality.


Member Function Documentation

HRESULT ISession2::FindFile ( [in] BSTR  fileName,
[out] BSTR *  path,
[out, retval] VARIANT_BOOL *  found 
)

Find a file.

Parameters:
[in]fileNameThe name of the file (e.g. "ptmr.vf").
[out]pathThe fully qualified path to the file.
Returns:
Returns VARIANT_TRUE, if the file exists.

The documentation for this interface was generated from the following file: