Share via


ConnMgrApiReadyEvent

Send Feedback

This function returns a handle to an event that is signaled when the Connection Manager API is ready to be used.

HANDLE WINAPI ConnMgrApiReadyEvent (void);

Parameters

None.

Return Values

Returns a handle to an event that is signaled when the Connection Manager API is ready to be used. The function caller is responsible for calling CloseHandle on the returned event.

Remarks

This function provides a way for applications to check whether Connection Manager is ready.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Connmgr.h.
Link Library: Cellcore.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.