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

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: connmgr.h
Library: cellcore.lib

See Also

Connection Manager

Connection Manager API Functions

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.