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 function returns the status of the current connection.
HRESULT WINAPI ConnMgrConnectionStatus(
HANDLE hConnection,
DWORD *pdwStatus
);
Parameters
- hConnection
[in] Handle to the connection, returned from ConnMgrEstablishConnection. - pdwStatus
[out] Pointer to the current connection status. Can be one of the Connection Manager status constants. For details, see Connection Manager Status Constants.
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