Returns the full path and file name of the document's source file.

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

Parameters

pbstrLongName

[out] A string containing the long name.

pfIsOriginalFile

[out] A flag that is true if pbstrLongName refers to the original file for the document, false otherwise.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also