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.
The following table shows the Connection Manager functions with a description of the purpose of each.
| Programming element | PPC | SP | Description |
|---|---|---|---|
| ConnMgrApiReadyEvent | X | X | This function returns a handle to an event that is signaled when the Connection Manager application programming interface (API) is ready to be used. |
| ConnMgrConnectionStatus | X | X | This function retrieves the status of the current connection. |
| ConnMgrEnumDestinations | X | X | This function enumerates available networks. |
| ConnMgrEstablishConnection | X | X | This function creates a connection request. |
| ConnMgrEstablishConnectionSync | X | X | This function creates a connection request. |
| ConnMgrMapConRef | X | X | This function maps a connection reference to its corresponding GUID. |
| ConnMgrMapURL | X | X | This function maps a URL to the GUID of a destination network. |
| ConnMgrProviderMessage | X | X | This function provides the functionality for exchanging information with Connection Planner or connection service providers. |
| ConnMgrRegisterScheduledConnection | X | X | This function registers a scheduled connection. |
| ConnMgrReleaseConnection | X | X | This function deletes a specified connection request, potentially dropping the physical connection. |
| ConnMgrSetConnectionPriority | X | X | This function changes the priority of a connection. |
| ConnMgrUnregisterScheduledConnection | X | X | This function unregisters a scheduled connection. |
| ConnMgrQueryDetailedStatus | X | X | Returns detailed information about all existing connections. |
| ConnMgrRegisterForStatusNotification | X | X | Registers a window handle for connection status notifications. |
See Also
Send Feedback on this topic to the authors