IJavaFile::GetPENativePathA Method

Gets a file path.

Syntax

HRESULT GetPENativePathA(      
    LPSTR pszPath,
    DWORD cbPath
);

Parameters

  • pszPath
    [out] The file path.
  • cbPath
    [in] The path size.

Return Value

Returns S_OK if successful, or an error value otherwise.