IConman::GetDeviceFromServerGuid (Windows CE 5.0)

Send Feedback

This method retrieves a pointer to the device object interface, given the GUID of the server.

HRESULT STDMETHODCALLTYPE GetDeviceFromServerGuid(   REFGUIDin_guidServer,ICcDevice** out_ppiDevice);

Parameters

  • in_guidServer
    GUID of server.
  • out_ppiDevice
    Pointer to the ICcDevice object interface associated with the server GUID.

Return Values

The following table shows return values for this method.

Value Description
S_OK Indicates the call was successful.
E_CONMAN_GUIDNOTFOUND Indicates the server ID is invalid.
E_INVALIDARG Indicates one or more arguments are null.
E_FAIL Indicates a non-specific failure.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: conman.h.
Link Library: none.

See Also

IConman

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.