ConnMgrApiReadyEvent

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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 to be used or not ready to be used.

Requirements

Header connmgr.h
Library cellcore.lib
Windows Embedded CE Windows CE .NET 4.2 and later, Windows Embedded NavReady 2009
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Connection Manager Functions