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 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