IJavaPackageManager::SetExplicitClassPath Method

Sets the class path.

Syntax

HRESULT SetExplicitClassPath(      
    LPCOLESTR pszPath,
    BOOL fAppend
);

Parameters

  • pszPath
    [in] A pointer to a string that specifies the class path.
  • fAppend
    [in] The append preference.

Return Value

Returns S_OK if successful, or an error value otherwise.