AutoDialInitializeModule (Windows CE 5.0)

Send Feedback

This function initializes global variables for Auto dial. This function must be called before any other Auto dial routines are called.

DWORD AutoDialInitializeModule(void);

Parameters

None.

Return Values

If no error occurs, this function returns a value of ERROR_SUCCESS.

If an error occurs, this function returns a value of ERROR_RASAUTO_CANNOT_INITIALIZE.

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.