ConnMgrUnregisterScheduledConnection

Send Feedback

This function unregisters a scheduled connection.

HRESULT WINAPI ConnMgrUnregisterScheduledConnection(
  LPCWSTR pwszToken
); 

Parameters

  • pwszToken
    [in] This is the token that is passed in the SCHEDULEDCONNECTIONINFO structure when the ConnMgrRegisterScheduledConnection function is called to register the connection. The same token must be passed as a parameter to ConnMgrUnregisterScheduledConnection when unregistering the connctetion.

Return Values

Returns S_OK if successful, or an error code if the function call fails.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Connmgr.h.
Link Library: Cellcore.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.