Share via


ICcServiceConfigure::Configure

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method initializes the service configuration.

Syntax

HRESULT Configure (
  LONG* phWndParent
);

Parameters

  • phWndParent
    [in] Pointer to the parent window; this can be NULL, in which case the configuration UI is displayed with parent hWnd set to NULL.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates the call was successful.

E_FAIL

Return value for any other failure

Requirements

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

See Also

Reference

Core Connectivity Interfaces