ConnMgrConnectionStatus

Send Feedback

This function returns the status of the current connection.

HRESULT WINAPI ConnMgrConnectionStatus(
  HANDLE hConnection,
  DWORD *pdwStatus
); 

Parameters

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

ConnMgrEstablishConnection

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.