ConnMgrEstablishConnection
This function creates a connection request.
HRESULT WINAPI ConnMgrEstablishConnection(
CONNMGR_CONNECTIONINFO *pConnInfo,
HANDLE *phConnection
);
Parameters
- pConnInfo
[in] Pointer to a CONNMGR_CONNECTIONINFO structure that contains the parameters that describe the requested connection. - phConnection
[out] Pointer to a handle to the connection.
Return Values
Returns S_OK if successful, or an error code if the function call failed.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Connmgr.h.
Link Library: Cellcore.lib.
See Also
Send Feedback on this topic to the authors