Share via


IConMan::GetServerGuidInfo (Compact 2013)

3/26/2014

Deprecated.

This method retrieves an endpoint from a given GUID.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT STDMETHODCALLTYPE GetServerGuidInfo( 
  REFGUID in_guidServer,
  BSTR* out_pbstrEndPoint
);

Parameters

  • in_guidServer
    The GUID of the desired endpoint.
  • out_pbstrEndPoint
    Pointer to the endpoint associated with the given GUID.

Return Value

The following table shows return values for this method.

Value

Description

S_OK

Indicates the call was successful.

E_INVALIDARG

Indicates one or more arguments were invalid.

E_FAIL

Indicates a non-specific failure.

Requirements

Header

conman.h

See Also

Reference

IConMan