ICcServiceConfigure::GetProperty (Windows Embedded CE 6.0)

1/5/2010

This method returns a value associated with a property within the specified service.

Syntax

HRESULT   GetProperty(
  BSTR bstrPropertyName,
  BSTR* pbstrPropertyValue
);

Parameters

  • bstrPropertyName
    [in] Name of the property to retrieve the value for.
  • pbstrPropertyValue
    [out, retval] Value associated with the property.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates the call was successful.

E_INVALIDARG

Indicates pbstrPropertyValue or bstrPropertyName is NULL.

E_FAIL

Return value for any other failure.

Requirements

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

See Also

Reference

ICcServiceConfigure
Core Connectivity Interfaces