This function registers a scheduled connection, which remains active even after rebooting the device.
HRESULT WINAPI ConnMgrRegisterScheduledConnection(
SCHEDULEDCONNECTIONINFO *pSCI
);
Parameters
- pSCI
- [in] Pointer to a SCHEDULEDCONNECTIONINFO structure that describes the scheduled connection.
Return Values
Returns S_OK if successful, or an error code if the function call failed.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Connmgr.h.
Link Library: Cellcore.lib.
See Also
SCHEDULEDCONNECTIONINFO
Send Feedback on this topic to the authors
Feedback FAQs
© 2006 Microsoft Corporation. All rights reserved.