Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This method retrieves an endpoint from a given GUID.
In Windows Embedded CE 6.0, 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 |
| Windows Embedded CE | Windows CE 5.0 and later |