Partager via


GetFile method

Gets a specified file.

Syntax

HRESULT retVal = object.GetFile(pszFileName, pszNamespace, dwFlags, ppPackage);

Parameters

  • pszFileName [in]
    Type: LPCOLESTR

    A pointer to a string that specifies the file name.

  • pszNamespace [in]
    Type: LPCOLESTR

    A pointer to a string that specifies the namespace.

  • dwFlags [in]
    Type: DWORD

    The specified flags.

  • ppPackage [out]
    Type: IJavaFile

    The address of an IJavaFile interface pointer.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.