Share via


ICcSvcHost::Version

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method gets the Service Host version.

Syntax

  HRESULT Version (
  BSTR* pbstrVersion
);

Parameters

  • pbstrVersion
    [out, retval] The version of the Service Host, in the format Major_os#.Minor_os#.x#.build_number#.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates success.

E_INVALIDARG

Indicates one or both of the input arguments are invalid.

Requirements

Header ccsvchost.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Core Connectivity Interfaces