Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/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 |