IJavaPackage::GetVersion Method

Gets the version.

Syntax

HRESULT GetVersion(      
    DWORD *pdwVersionMS,
    DWORD *pdwVersionLS
);

Parameters

  • pdwVersionMS
    [out] A pointer to the version.
  • pdwVersionLS
    [out] A pointer to the version.

Return Value

Returns S_OK if successful, or an error value otherwise.