Returns the full path and file name of the document.

HRESULT GetPathName(
   BSTR*  pbstrLongName,
   BOOL*  pfIsOriginalFile
);

Parameters

pbstrLongName

[out] String containing the full path and file name.

pfIsOriginalFile

[out] Boolean that indicates if the path and file name refer to the original document.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also