AutoDialCleanupModule (Windows CE 5.0)

Send Feedback

This function frees global resources that are associated with auto dial. After calling this function, you must call AutoDialInitializeModule again before you can use auto dial.

DWORD AutoDialCleanupModule(void);

Parameters

None.

Return Values

This function returns a value of ERROR_SUCCESS, whether or not an error occurs.

Remarks

You must synchronize calls to AutoDialInitializeModule and AutoDialCleanupModule so that the function calls do not overlap.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Autodial.h.
Link Library: Autodial.lib.

See Also

ICS Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.