ConnMgrApiReadyEvent

The ConnMgrApiReadyEvent function returns a handle to an event, which is signaled when Connection Manager is ready to use.

Syntax

HANDLE WINAPI ConnMgrApiReadyEvent();

Parameters

None.

Return Values

Returns a handle to an event that is signaled when Connection Manager is ready to use.

Remarks

This function provides a way for applications to check whether Connection Manager is ready. The calling application is responsible for calling the Windows CE CloseHandle function for the returned event.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: connmgr.h
Library: cellcore.lib

See Also

Connection Manager

Connection Manager API Functions

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.