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.
This method retrieves an endpoint from a given GUID.
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 Values
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
OS Versions: Windows CE 5.0 and later.
Header: conman.h.
Link Library: none.
See Also
Send Feedback on this topic to the authors