ConnMgrRegisterScheduledConnection

The ConnMgrRegisterScheduledConnection function registers a scheduled connection, which remains active even after rebooting the device.

Syntax

HRESULT WINAPI ConnMgrRegisterScheduledConnection(
  SCHEDULEDCONNECTIONINFO * pSCI 
);

Parameters

  • pSCI
    Pointer to the data structure that contains information describing the scheduled connection.

Return Values

None.

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.