Share via


IWSDDeviceHost::RegisterPortType (Compact 2013)

3/26/2014

This method registers a port type for incoming messages. All port types listed in the service host metadata must be registered.

Syntax

HRESULT RegisterPortType(
  const WSD_PORT_TYPE* pPortType
);

Parameters

  • pPortType
    [in] Reference to a WSD_PORT_TYPE structure that describes the port type.

Return Value

The following table shows the possible error code return values.

Error code

Description

S_OK

This method completed successfully.

E_OUTOFMEMORY

Insufficient memory to complete the operation.

S_FALSE

The port type specified by pPortType has already been registered.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

IWSDDeviceHost
Web Services on Devices Interfaces